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 <[email protected]> Authored: Fri Apr 10 18:16:33 2015 -0700 Committer: Srimanth Gunturi <[email protected]> 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;
