From 39491fe754d594302bb99d84f2e09fbf1f1f2592 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 14 May 2013 21:50:22 +0100 Subject: [PATCH] CLOUDSTACK-2463: 4.1 zone wizard: disable SG option for advanced zones Signed-off-by: Chip Childers --- ui/css/cloudstack3.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 7293624fc9b..6ce24ae573e 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6299,6 +6299,10 @@ label.error { left: 9px; } +.multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode { + display: none; +} + .multi-wizard.zone-wizard .select-network-model .select-area.disabled .isolation-mode { /*+opacity:50%;*/ filter: alpha(opacity=50); @@ -6338,6 +6342,10 @@ label.error { line-height: 19px; } +.multi-wizard.zone-wizard .select-network-model .select-area.advanced-zone .desc { + height: 120px; +} + .multi-wizard.zone-wizard .select-network-model .select-area.basic-zone .desc { padding-bottom: 4px; }