CS-14664:System Wide Capacity Resources Screen has spilling values- Adjusting the table structure
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/831ade79 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/831ade79 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/831ade79 Branch: refs/heads/4.0 Commit: 831ade7979a5f9f554a6c612d095e63933575ad3 Parents: f20f388 Author: Pranav Saxena <[email protected]> Authored: Sat Sep 8 12:10:22 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Sat Sep 8 12:10:22 2012 +0530 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/831ade79/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index d41f5e1..dfd4b16 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -3668,7 +3668,7 @@ Dialogs*/ .dashboard.admin .dashboard-container .stats ul li div.value { float: left; background: url(../images/bg-gradients.png) 0px -51px; - width: 204px; + width: 295px; height: 100%; border-left: 1px solid #C8C2C2; border-right: 1px solid #C8C2C2; @@ -4239,7 +4239,7 @@ Dialogs*/ } .system-chart.dashboard.admin .dashboard-container .stats .chart { - width: 216px; + width: 136px; } /** Compute*/
