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/internallb Commit: 47dd4828d26a20dbb3e9f0221ca987c8079f07b6 Parents: 1a4a319 Author: Brian Federle <[email protected]> Authored: Tue Apr 30 13:40:52 2013 -0700 Committer: Brian Federle <[email protected]> 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;
