You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mu...@apache.org on 2013/01/25 13:55:10 UTC

[28/50] git commit: Hide VPC drop-down for advanced SG zones

Hide VPC drop-down for advanced SG zones


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/31a5669c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/31a5669c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/31a5669c

Branch: refs/heads/events-framework
Commit: 31a5669c7c02b4bba3c44e44b9c3b6b1645d2e59
Parents: dba413a
Author: Brian Federle <br...@citrix.com>
Authored: Tue Jan 22 11:42:23 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Wed Jan 23 11:06:37 2013 -0800

----------------------------------------------------------------------
 ui/css/cloudstack3.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/31a5669c/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index db101d2..6519ed0 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -5859,6 +5859,10 @@ label.error {
   margin: 7px 0px 7px 7px;
 }
 
+.multi-wizard.instance-wizard .select-network.no-add-network .select-vpc {
+  visibility: hidden !important;
+}
+
 .multi-wizard.instance-wizard .select-network .select-vpc select {
   width: 124px;
 }