Updated Branches:
refs/heads/master 46cec7342 -> 4b3892a54
Zone wizard: Fix alignment of 'Security groups' checkbox
Conflicts:
ui/css/cloudstack3.css
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4b3892a5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4b3892a5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4b3892a5
Branch: refs/heads/master
Commit: 4b3892a541765683e531affdcfdb98e5d6811610
Parents: 46cec73
Author: Brian Federle <[email protected]>
Authored: Tue Nov 27 15:22:08 2012 -0800
Committer: Brian Federle <[email protected]>
Committed: Tue Nov 27 15:26:03 2012 -0800
----------------------------------------------------------------------
ui/css/cloudstack3.css | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4b3892a5/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index e6401ad..f1675e8 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -6385,11 +6385,16 @@ label.error {
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode
.select-area label {
font-size: 11px;
- margin: 18px 0 0 11px;
+ margin: 24px 0 0 2px;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode
.select-area input {
- margin: 17px 0 0 39px;
+ margin: 26px 0 11px;
+}
+
+.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode
.select-area input {
+ margin: 24px 8px 0 36px !important;
+ padding: 0 !important;
}
.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode
.select-area .desc {
@@ -6398,7 +6403,7 @@ label.error {
height: 9px;
font-size: 11px;
margin-right: 9px;
- background: #E6E6E6;
+ background: #EFEFEF;
float: right;
/*+placement:shift -27px 12px;*/
position: relative;