From f7f420718ce89006bb335b50c4da0cc82906258d Mon Sep 17 00:00:00 2001 From: bfederle Date: Tue, 7 Feb 2012 13:09:08 -0800 Subject: [PATCH] Fix static NAT chart UI --- ui/css/cloudstack3.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 50d1ece16ee..8b88880d354 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6825,9 +6825,12 @@ div.panel.ui-dialog div.list-view div.fixed-header { left: 16px; top: 41px; cursor: pointer; + max-width: 98px; + max-height: 21px; padding: 7px; font-size: 14px; position: absolute; + overflow: hidden; color: #485563; font-weight: bold; /*+text-shadow:0px 1px 1px #000000;*/ @@ -6866,10 +6869,10 @@ div.panel.ui-dialog div.list-view div.fixed-header { } .network-chart li.firewall { - /*+placement:shift 209px 174px;*/ + /*+placement:shift 206px 211px;*/ position: relative; - left: 209px; - top: 174px; + left: 206px; + top: 211px; position: absolute; }