Repository: ambari
Updated Branches:
  refs/heads/trunk e5e2cfd41 -> 0160dd62a


AMBARI-11674. Configs: Invalid version marker placing.(xiwang)


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

Branch: refs/heads/trunk
Commit: 0160dd62a525c86262d803b6801d36f18b0d1562
Parents: e5e2cfd
Author: Xi Wang <xiw...@apache.org>
Authored: Wed Jun 3 17:31:59 2015 -0700
Committer: Xi Wang <xiw...@apache.org>
Committed: Thu Jun 4 14:20:46 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/0160dd62/ambari-web/app/styles/widgets.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/widgets.less 
b/ambari-web/app/styles/widgets.less
index 13a543e..839fc9f 100644
--- a/ambari-web/app/styles/widgets.less
+++ b/ambari-web/app/styles/widgets.less
@@ -141,6 +141,14 @@
   }
 }
 
+.widget-config-comparison .widget-config&.slider-widget {
+  overflow-x: visible;
+}
+
+.slider-widget .widget-config-comparison .version-labels {
+  top: 20px;
+}
+
 .directory-textarea-wrapper {
   float: left;
   width: 80%;
@@ -471,7 +479,4 @@
 .compare-mode {
   background-color: rgba(211, 237, 247, 0.39);
   padding: 10px 5px 0px 10px;
-  .version-labels {
-    min-width: 70px !important;
-  }
 }

Reply via email to