From c9328e3a95b995f33a77ed8486788b0cf56fe912 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Fri, 2 Dec 2011 11:56:51 -0800 Subject: [PATCH] Fix table header when in dialog box --- 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 fe019758c67..4d86bf90faf 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -5021,7 +5021,7 @@ div.detail-group td.view-all div.view-all div.end { } div.panel.ui-dialog div.list-view div.fixed-header { - top: 33px; + top: 42px; left: 20px; width: 759px; height: 49px;