From ca231fe8bee96c06287310cfbb31c263128c63a2 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. Original patch by: Pranav Saxena Reviewed by: Brian Federle --- 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 232784dd1f3..f2d1a0d1558 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -7485,7 +7485,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;