You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2012/07/06 23:04:39 UTC

git commit: CS-15401: Fix arrow BG for PF/LB UI for Japanese language

Updated Branches:
  refs/heads/master 85677b71f -> ca231fe8b


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 <pr...@citrix.com>
Reviewed by: Brian Federle <br...@citrix.com>


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/master
Commit: ca231fe8bee96c06287310cfbb31c263128c63a2
Parents: 85677b7
Author: Brian Federle <br...@citrix.com>
Authored: Fri Jul 6 14:02:21 2012 -0700
Committer: Brian Federle <br...@citrix.com>
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;