Browse Source

AMBARI-1244. Install Options - line up the Target Hosts section with the rest of the page. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1437198 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 years ago
parent
commit
ed9ca874f3

+ 3 - 0
CHANGES.txt

@@ -17,6 +17,9 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-1244. Install Options - line up the Target Hosts section with the rest
+ of the page. (yusaku)
+
  AMBARI-1235. Host health indicator should have a tooltip showing details.
  (yusaku)
  

+ 3 - 1
ambari-web/app/styles/application.less

@@ -262,7 +262,9 @@ h1 {
       height: auto;
     }
     #targetHosts {
-
+      .target-hosts-input {
+        padding-left: 18px;
+      }
     }
     .span6 {
       min-width: 504px;

+ 1 - 1
ambari-web/app/templates/wizard/step2.hbs

@@ -24,7 +24,7 @@
   <div id="targetHosts">
     <h5>{{t installer.step2.targetHosts}}</h5>
 
-    <div {{bindAttr class="hostsError:error :control-group"}}>
+    <div {{bindAttr class="hostsError:error :control-group :target-hosts-input"}}>
       <p>{{t installer.step2.targetHosts.info}}. Or use
         <a href="javascript:void(null)"
            rel="popover"