You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/04/11 03:16:47 UTC

ambari git commit: AMBARI-10423. Widgets should occupy available horizontal space (MapReduce) (Richard Zang via srimanth)

Repository: ambari
Updated Branches:
  refs/heads/trunk dba8f6569 -> 4d5050c23


AMBARI-10423. Widgets should occupy available horizontal space (MapReduce) (Richard Zang via srimanth)


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

Branch: refs/heads/trunk
Commit: 4d5050c23dce477ecdbb2d0c22cdf2ae8e8d5008
Parents: dba8f65
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Fri Apr 10 18:16:33 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Fri Apr 10 18:16:39 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/styles/widgets.less | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4d5050c2/ambari-web/app/styles/widgets.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/widgets.less b/ambari-web/app/styles/widgets.less
index e3cb9a0..6467a4a 100644
--- a/ambari-web/app/styles/widgets.less
+++ b/ambari-web/app/styles/widgets.less
@@ -113,8 +113,11 @@
   .ui-slider-wrapper {
     height: 40px;
     .ui-slider-wrapper-inner {
-      width: 70%;
+      width: 75%;
       margin-right: 10px;
+      .slider.slider-horizontal {
+        width: 100%;
+      }
     }
     .ui-slider-label {
       color: #aaa;