From d0ed8bf22799cdd448fef118871796cfe4ea7770 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 27 Feb 2012 10:42:02 -0800 Subject: [PATCH] bug 14013 Decrease height of details container to prevent apply button from being hidden --- 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; }