From 2fa2dd5dfd6b362ade92010549b7196a7ba891b2 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Fri, 6 Jul 2012 14:02:21 -0700 Subject: [PATCH] CS-15401: Fix arrow BG for PF/LB UI for Japanese language When opening Network screen, arrows to the right side of "show all" for firewall, load balancer and port forwarding are divided in Japanese localized environment. This fix adjusts the CSS to fit longer characters in this condition. --- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index db77fc9a6ae..b43ceb5e141 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -7484,7 +7484,7 @@ div.panel.ui-dialog div.list-view div.fixed-header { color: #FFFFFF; background: url(../images/buttons.png) no-repeat -457px -503px; font-size: 11px; - padding: 6px 24px 6px 9px; + padding: 6px 17px 6px 9px; /*+text-shadow:0px 1px 1px #395065;*/ -moz-text-shadow: 0px 1px 1px #395065; -webkit-text-shadow: 0px 1px 1px #395065;