From e45dc5bd1fe9fedb345de1e7cd563df74e296816 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 27 Feb 2012 10:43:03 -0800 Subject: [PATCH] bug 14013 Decrease height of details container to prevent apply button from being hidden status 14013: resolved fixed reviewed-by: sonny --- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 8489e94f745..80f80ebdaba 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1324,7 +1324,7 @@ div.list-view td.state.off span { } .detail-view .main-groups { - max-height: 469px; + max-height: 455px; overflow: auto; margin-right: 12px; }