Dialog list view: Fix toolbar/header positioning

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b4dd3747
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b4dd3747
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b4dd3747

Branch: refs/heads/master
Commit: b4dd3747f34948c8b859a2b9791a175c7b38a53c
Parents: d97345f
Author: Brian Federle <[email protected]>
Authored: Tue Dec 3 12:30:59 2013 -0800
Committer: Brian Federle <[email protected]>
Committed: Tue Dec 3 12:33:09 2013 -0800

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b4dd3747/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 2acc6b4..949e8c3 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -7498,16 +7498,16 @@ div.detail-group td.view-all div.view-all div.end {
 }
 
 .ui-dialog .list-view .toolbar {
-  top: 33px;
-  width: 824px;
+  top: 50px;
+  width: 854px;
 }
 
 div.panel.ui-dialog div.list-view div.fixed-header {
-  top: 42px;
-  left: 20px;
+  top: 55px;
+  left: 35px;
   width: 759px;
   height: 49px;
-  background-color: #EAECEF;
+  background-color: #FFFFFF;
   margin: 0;
   z-index: 1;
 }

Reply via email to