You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2014/08/22 14:48:08 UTC

[10/46] git commit: AMBARI-6869. FE: Ambari installer wizard should use the /validations API to validate host-component layout - Additional CSS Fixes

AMBARI-6869. FE: Ambari installer wizard should use the /validations API to validate host-component layout - Additional CSS Fixes


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

Branch: refs/heads/branch-alerts-dev
Commit: 269c5cdaf6fa2708dec9b6b76f673a0422940463
Parents: ad34ed9
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Wed Aug 20 10:37:20 2014 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Wed Aug 20 10:37:20 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/styles/application.less | 30 ++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/269c5cda/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 4039631..5a41535 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -1184,21 +1184,6 @@ h1 {
   .common-config-category {
     .action {
       cursor: pointer;
-      .btn-final .icon-lock {
-        color: grey;
-      }
-      .btn-final.active .icon-lock {
-        color: blue;
-      }
-      .btn-final.active[disabled] { //copied from Bootstrap .btn.active
-        background-color: #e6e6e6;
-        background-color: #d9d9d9 \9;
-        background-image: none;
-        outline: 0;
-        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-      }
       .icon-plus-sign {
         color: #5AB400;
         margin-right: 2px;
@@ -1212,6 +1197,21 @@ h1 {
         margin-right: 2px;
       }
     }
+    .btn-final .icon-lock {
+      color: grey;
+    }
+    .btn-final.active .icon-lock {
+      color: blue;
+    }
+    .btn-final.active[disabled] { //copied from Bootstrap .btn.active
+      background-color: #e6e6e6;
+      background-color: #d9d9d9 \9;
+      background-image: none;
+      outline: 0;
+      -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+      -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+    }
   }
   .capacity-scheduler {
     .header {