Repository: ambari
Updated Branches:
  refs/heads/trunk 3702ad8de -> 1c79b8126


AMBARI-8754 Admin > Stack and Upgrade: tweaks. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: 1c79b812689ad205877e42ce7e15b8425bc34f3e
Parents: c62b378
Author: aBabiichuk <ababiic...@cybervisiontech.com>
Authored: Wed Dec 17 15:40:34 2014 +0200
Committer: aBabiichuk <ababiic...@cybervisiontech.com>
Committed: Wed Dec 17 17:06:49 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/styles/application.less          | 20 +++++++-------------
 .../templates/main/admin/stack_and_upgrade.hbs  |  2 +-
 2 files changed, 8 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1c79b812/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less 
b/ambari-web/app/styles/application.less
index abf5630..c3d3d86 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -2573,15 +2573,6 @@ width:100%;
   }
 }
 
-.go-to {
-  float: right;
-  background-position: right center;
-  background-repeat: no-repeat;
-  background-image: @arrow-right;
-  padding-right: 40px;
-  margin-top: 4px;
-}
-
 .modal-graph-line {
   width: 810px;
   margin: -250px 0 0 -405px;
@@ -6547,7 +6538,8 @@ i.icon-asterisks {
         padding: 15px 10px;
       }
       select {
-        width: 80%;
+        width: initial;
+        min-width: 80%;
         margin: 10px;
       }
     }
@@ -6561,9 +6553,11 @@ i.icon-asterisks {
     height: 100px;
   }
   .go-to {
-    margin-top: 40px;
-    background-position: left top;
-    height: 20px;
+    height: 30px;
+    font-size: 25px;
+    text-align: center;
+    margin-top: 30px;
+    color: #777;
   }
 }
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/1c79b812/ambari-web/app/templates/main/admin/stack_and_upgrade.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/admin/stack_and_upgrade.hbs 
b/ambari-web/app/templates/main/admin/stack_and_upgrade.hbs
index f3ea187..674a58e 100644
--- a/ambari-web/app/templates/main/admin/stack_and_upgrade.hbs
+++ b/ambari-web/app/templates/main/admin/stack_and_upgrade.hbs
@@ -35,7 +35,7 @@
         </div>
       {{/view}}
       <div class="span1">
-        <div class="go-to"></div>
+        <div class="go-to"><i class="icon-arrow-right"></i></div>
         <div>{{view.upgradeStateLabel}}</div>
       </div>
       {{#view view.targetVersionView classNames="span2 box flex-width"}}

Reply via email to