From 82e06b2ed5e09e100e653f4e2d64153f1baa91b2 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Wed, 14 Dec 2011 15:07:05 -0800 Subject: [PATCH] Fix dashboard text wrapping --- ui/css/cloudstack3.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 4e41c2159f8..23a8b24d79b 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -3128,7 +3128,7 @@ Dialogs*/ } .dashboard.admin .dashboard-container .stats ul li .name { - width: 121px; + width: 135px; float: left; margin: 19px 15px 0 0; } @@ -3136,7 +3136,7 @@ Dialogs*/ .dashboard.admin .dashboard-container .stats ul li div.value { float: left; background: url(../images/bg-gradients.png) 0px -51px; - width: 212px; + width: 204px; height: 100%; border-left: 1px solid #C8C2C2; border-right: 1px solid #C8C2C2;