From f7aea2a569f2e63c15c756d0ddac5ec5bc93f22f Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 10 Jul 2012 13:40:12 -0700 Subject: [PATCH] Fix placement of header --- ui/css/cloudstack3.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 907327c0137..8c1bf299d97 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6594,6 +6594,11 @@ div.panel.ui-dialog div.list-view div.fixed-header { .multi-edit { } +.multi-edit > form { + position: relative; + clear: both; +} + .multi-edit table.multi-edit { border-top: none; } @@ -6927,10 +6932,11 @@ div.panel.ui-dialog div.list-view div.fixed-header { /** Header fields*/ .multi-edit .header-fields { - float: left; - height: 32px; - width: 100%; - margin-left: 8px; + position: relative; + /*+placement:shift 8px 11px;*/ + position: relative; + left: 8px; + top: 11px; } .multi-edit .header-fields .form-item {