You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2013/12/23 18:08:26 UTC

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

Updated Branches:
  refs/heads/trunk 3109a9219 -> bc783e894


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bc783e89
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bc783e89
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bc783e89

Branch: refs/heads/trunk
Commit: bc783e894c4d06e0957b788fcc7418df8dc95f13
Parents: 3109a92
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Mon Dec 23 19:06:08 2013 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Mon Dec 23 19:06:28 2013 +0200

----------------------------------------------------------------------
 ambari-web/app/styles/application.less | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/bc783e89/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 718139d..e006b23 100644
--- a/ambari-web/app/styles/application.less
+++ b/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;
   }
-}
\ No newline at end of file
+}