Repository: ambari Updated Branches: refs/heads/trunk 3af7d0147 -> 872c62457
AMBARI-11470. Ambari metrics service page: all metrics box should be aligned when data not load.(xiwang) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/872c6245 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/872c6245 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/872c6245 Branch: refs/heads/trunk Commit: 872c62457e6ae469f4fb3a0cbd1564a0e7c0f521 Parents: 3af7d01 Author: Xi Wang <[email protected]> Authored: Thu May 28 11:48:52 2015 -0700 Committer: Xi Wang <[email protected]> Committed: Thu May 28 13:24:41 2015 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/enhanced_service_dashboard.less | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/872c6245/ambari-web/app/styles/enhanced_service_dashboard.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/enhanced_service_dashboard.less b/ambari-web/app/styles/enhanced_service_dashboard.less index a4a9730..4eea4f8 100644 --- a/ambari-web/app/styles/enhanced_service_dashboard.less +++ b/ambari-web/app/styles/enhanced_service_dashboard.less @@ -51,6 +51,15 @@ border-bottom: 1px solid @border-color; } } + + table.graphs { + .screensaver{ + margin-bottom: 25px; + } + .chart-container .alert { + margin-bottom: 5px; + } + } } #widget_layout,
