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 <[email protected]> Reviewed by: Brian Federle <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ca231fe8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ca231fe8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ca231fe8 Branch: refs/heads/vpc Commit: ca231fe8bee96c06287310cfbb31c263128c63a2 Parents: 85677b7 Author: Brian Federle <[email protected]> Authored: Fri Jul 6 14:02:21 2012 -0700 Committer: Brian Federle <[email protected]> Committed: Fri Jul 6 14:04:08 2012 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ca231fe8/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 232784d..f2d1a0d 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;
