From 716a62760a3e842ac2860cbf1453088811462f6e Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Fri, 17 Feb 2012 16:15:08 -0800 Subject: [PATCH] bug 13716 Fix service offering list overflow status 13716: resolved fixed --- ui/css/cloudstack3.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index d9c6d1ebee6..c6cfc47e524 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -4492,6 +4492,12 @@ label.error { border: 1px solid #E0DFDF; } +.multi-wizard.instance-wizard .service-offering .content { + width: 463px; + max-height: 365px; + overflow: auto; +} + .multi-wizard .content .section .select-area { width: 334px; height: 45px;