Author: yusaku
Date: Tue Jan 22 21:47:15 2013
New Revision: 1437198

URL: http://svn.apache.org/viewvc?rev=1437198&view=rev
Log:
AMBARI-1244. Install Options - line up the Target Hosts section with the rest 
of the page. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/styles/application.less
    incubator/ambari/trunk/ambari-web/app/templates/wizard/step2.hbs

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1437198&r1=1437197&r2=1437198&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Tue Jan 22 21:47:15 2013
@@ -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)
  

Modified: incubator/ambari/trunk/ambari-web/app/styles/application.less
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/styles/application.less?rev=1437198&r1=1437197&r2=1437198&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/styles/application.less (original)
+++ incubator/ambari/trunk/ambari-web/app/styles/application.less Tue Jan 22 
21:47:15 2013
@@ -262,7 +262,9 @@ h1 {
       height: auto;
     }
     #targetHosts {
-
+      .target-hosts-input {
+        padding-left: 18px;
+      }
     }
     .span6 {
       min-width: 504px;

Modified: incubator/ambari/trunk/ambari-web/app/templates/wizard/step2.hbs
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/templates/wizard/step2.hbs?rev=1437198&r1=1437197&r2=1437198&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/templates/wizard/step2.hbs (original)
+++ incubator/ambari/trunk/ambari-web/app/templates/wizard/step2.hbs Tue Jan 22 
21:47:15 2013
@@ -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"


Reply via email to