Browse Source

AMBARI-4140 Install wizard step 5. Components column covers add and remove icons 2.(Denys Buzhor via ababiichuk)

aBabiichuk 11 years ago
parent
commit
bc783e894c
1 changed files with 11 additions and 8 deletions
  1. 11 8
      ambari-web/app/styles/application.less

+ 11 - 8
ambari-web/app/styles/application.less

@@ -3258,8 +3258,6 @@ background: url(	data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByU
 
 .assign-masters {
   .select-hosts {
-    width: 50%;
-    float: left;
     white-space: nowrap;
   }
 
@@ -3273,11 +3271,6 @@ background: url(	data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByU
     -moz-border-radius: 8px;
   }
 
-  .host-assignments {
-    float: right;
-    width: 45%;
-  }
-
   .remaining-hosts {
     padding: 25px;
     border-top: solid 1px #cccccc;
@@ -4257,6 +4250,16 @@ ul.inline li {
   .summary-width {
     width:757px!important
   }
+
+  .assign-masters {
+    .host-assignments {
+      margin-left: 0;
+      width: 32%;
+    }
+    .select-hosts {
+      width: 68%;
+    }
+  }
 }
 
 //
@@ -5081,4 +5084,4 @@ i.icon-asterisks {
   #filterCleaner:hover {
     opacity: .9;
   }
-}
+}