Updated Branches: refs/heads/master bd0fc2f35 -> 260669ad9
Regions UI: Fix gradient/text alignment Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/990071b9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/990071b9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/990071b9 Branch: refs/heads/master Commit: 990071b9d72861fe5b4e3d67437f4f78da48be1f Parents: bd0fc2f Author: Brian Federle <[email protected]> Authored: Thu Feb 28 16:01:11 2013 -0800 Committer: Brian Federle <[email protected]> Committed: Thu Feb 28 16:02:19 2013 -0800 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/990071b9/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 4d65586..cb1debc 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -11076,7 +11076,7 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it display: inline-block; z-index: 2002; position: relative; - background: url(../images/bg-gradients.png) 0px -1px; + background: url(../images/bg-gradients.png) repeat-x 0px -867px; border: 1px solid #5E5E5E; /*+border-radius:4px;*/ -moz-border-radius: 4px; @@ -11225,7 +11225,7 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it .region-switcher .title { display: inline-block; float: right; - padding: 9px 9px 0 34px; + padding: 10px 9px 0 34px; color: #FFFFFF; font-size: 12px; font-weight: bold;
