You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/12/03 21:33:34 UTC

[2/3] git commit: updated refs/heads/4.3 to b5527e1

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/42fe605a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/42fe605a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/42fe605a

Branch: refs/heads/4.3
Commit: 42fe605afe011b36d1578aa96efddbee53488cdc
Parents: 97d62d2
Author: Brian Federle <br...@citrix.com>
Authored: Tue Dec 3 12:30:59 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Dec 3 12:30:59 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/42fe605a/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 50f2471..96196a0 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -7507,16 +7507,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;
 }