Revert "CLOUDSTACK-2463: 4.1 zone wizard: disable SG option for advanced zones"
This reverts commit 39491fe754d594302bb99d84f2e09fbf1f1f2592. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d856282b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d856282b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d856282b Branch: refs/heads/advancedsg-leaseweb Commit: d856282bd4b15497836bd6375d97396a80c23fb1 Parents: 80830ce Author: Wei Zhou <[email protected]> Authored: Tue Jun 11 12:48:54 2013 +0200 Committer: Wei Zhou <[email protected]> Committed: Tue Jun 11 12:48:54 2013 +0200 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d856282b/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 6ce24ae..7293624 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6299,10 +6299,6 @@ 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); @@ -6342,10 +6338,6 @@ 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; }
