Updated Branches: refs/heads/master b000b8047 -> c87501d8a
Fix placement of header Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c87501d8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c87501d8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c87501d8 Branch: refs/heads/master Commit: c87501d8aea2196c082024392b89fdcf18c2a931 Parents: 5b8f5d6 Author: Brian Federle <[email protected]> Authored: Tue Jul 10 13:40:12 2012 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Jul 10 14:58:06 2012 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c87501d8/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 2a25a0a..8e924bb 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6595,6 +6595,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; } @@ -6928,10 +6933,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 {
