Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A59CE89D for ; Tue, 27 Nov 2012 23:27:38 +0000 (UTC) Received: (qmail 9059 invoked by uid 500); 27 Nov 2012 23:27:37 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 9033 invoked by uid 500); 27 Nov 2012 23:27:37 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 9024 invoked by uid 99); 27 Nov 2012 23:27:37 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2012 23:27:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7521C812B36; Tue, 27 Nov 2012 23:27:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Zone wizard: Fix alignment of 'Security groups' checkbox Message-Id: <20121127232737.7521C812B36@tyr.zones.apache.org> Date: Tue, 27 Nov 2012 23:27:37 +0000 (UTC) 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 Authored: Tue Nov 27 15:22:08 2012 -0800 Committer: Brian Federle 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;