diff --git a/ambari-web/app/styles/wizard.less b/ambari-web/app/styles/wizard.less index 1d0bf3c43b1..8a94c786609 100644 --- a/ambari-web/app/styles/wizard.less +++ b/ambari-web/app/styles/wizard.less @@ -229,6 +229,12 @@ .glyphicon-asterisks { color: #00688B; } + .checkbox-cell { + padding-top: 4px; + } + .checkbox-row { + width: 47px; + } } #step6 { .pre-scrollable { @@ -250,6 +256,7 @@ margin: 0; } .host-component-checkbox { + line-height: 17px; font-size: 12px; top: 0px; } @@ -770,6 +777,3 @@ } } -.checkbox-row { - width: 47px; -} \ No newline at end of file diff --git a/ambari-web/app/templates/wizard/step4.hbs b/ambari-web/app/templates/wizard/step4.hbs index f3d9c58cfad..68db717c747 100644 --- a/ambari-web/app/templates/wizard/step4.hbs +++ b/ambari-web/app/templates/wizard/step4.hbs @@ -34,7 +34,7 @@ {{#each service in controller.fileSystems}} {{#unless service.isHiddenOnSelectServicePage}}