You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/01/26 17:21:39 UTC

[10/50] [abbrv] 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/3fd9853b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3fd9853b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3fd9853b

Branch: refs/heads/marvin-refactor-phase1
Commit: 3fd9853b70722072b38f080dbb37a338f6e3045e
Parents: c39b683
Author: Brian Federle <br...@citrix.com>
Authored: Tue Jan 22 11:42:23 2013 -0800
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Thu Jan 24 17:48:34 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3fd9853b/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;
 }