From d9eae8840d4335013652a80b97c29f0331a31aa6 Mon Sep 17 00:00:00 2001 From: bfederle Date: Thu, 26 Jan 2012 11:47:04 -0800 Subject: [PATCH] Fix projects dashboard in IE8 --- ui/css/cloudstack3.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 612225d6581..3f357b1a166 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6912,7 +6912,6 @@ div.panel.ui-dialog div.list-view div.fixed-header { } .system-dashboard .status_box li { - width: 180px; height: 178px; padding: 0; background: url(../images/bg-gradients.png) repeat-x 0px -1003px; @@ -7517,8 +7516,9 @@ div.panel.ui-dialog div.list-view div.fixed-header { } .project-dashboard-view .users .system-dashboard { - width: 510px; + width: 509px; height: 100%; + clear: both; } .project-dashboard-view .users .system-dashboard ul { @@ -7526,10 +7526,10 @@ div.panel.ui-dialog div.list-view div.fixed-header { } .project-dashboard-view .users .system-dashboard li { - width: 91px; + width: 86px; height: 138px; margin-bottom: 24px; - margin-left: 9px; + margin-left: 6px; } .project-dashboard-view .users .system-dashboard li .icon {