You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/04/30 22:41:15 UTC

[2/2] git commit: updated refs/heads/master to 47dd482

VM wizard: fix select container overflow


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

Branch: refs/heads/master
Commit: 47dd4828d26a20dbb3e9f0221ca987c8079f07b6
Parents: 1a4a319
Author: Brian Federle <br...@citrix.com>
Authored: Tue Apr 30 13:40:52 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Apr 30 13:40:52 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/47dd4828/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index cb59216..7f6df22 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -5703,7 +5703,7 @@ label.error {
 
 /*** Select container*/
 .multi-wizard .select-container {
-  height: 94%;
+  height: 352px;
   overflow: auto;
   overflow-x: hidden;
   border: 1px solid #D9DFE1;