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.
This commit is contained in:
Brian Federle 2012-07-06 14:02:21 -07:00
parent 1989dce8d0
commit 2fa2dd5dfd
1 changed files with 1 additions and 1 deletions

View File

@ -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;