From 417fb601968d03e186f785edbec3b7eb7e645f22 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Fri, 17 Feb 2012 16:15:26 -0800 Subject: [PATCH] bug 13716 Fix service offering list overflow status 13716: resolved fixed reviewed-by: jessica --- 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;