Updated Branches:
  refs/heads/master 5b7868647 -> 7df286623

Better placement of infrastructure totals and icons


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

Branch: refs/heads/master
Commit: 7df28662351c69ae65d550f85af8423e6d4b3bec
Parents: 49a3b66
Author: Brian Federle <[email protected]>
Authored: Tue Nov 6 10:58:17 2012 -0800
Committer: Brian Federle <[email protected]>
Committed: Tue Nov 6 14:19:49 2012 -0800

----------------------------------------------------------------------
 ui/css/cloudstack3.css |   26 +++++++++++++++++---------
 1 files changed, 17 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7df28662/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index db5f093..62997aa 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -8301,10 +8301,10 @@ div.panel.ui-dialog div.list-view div.fixed-header {
 .system-dashboard.zone .status_box li .icon {
   background: url(../images/infrastructure-icons.png) no-repeat 0px 0px;
   padding: 65px 65px 5px;
-  /*+placement:shift 23px 24px;*/
+  /*+placement:shift 25px 19px;*/
   position: relative;
-  left: 23px;
-  top: 24px;
+  left: 25px;
+  top: 19px;
   position: absolute;
 }
 
@@ -8417,11 +8417,11 @@ div.panel.ui-dialog div.list-view div.fixed-header {
 }
 
 .system-dashboard .status_box li span.overview.total {
-  font-size: 71px;
-  /*+placement:shift 8px 26px;*/
+  font-size: 56px;
+  /*+placement:shift 9px 29px;*/
   position: relative;
-  left: 8px;
-  top: 26px;
+  left: 9px;
+  top: 29px;
   position: absolute;
   font-weight: normal;
 }
@@ -8545,11 +8545,19 @@ div.panel.ui-dialog div.list-view div.fixed-header {
 }
 
 .system-dashboard.zone .status_box li.primary-storage .icon {
-  background-position: -36px -404px;
+  background-position: -32px -404px;
+  /*+placement:shift 37px 68px;*/
+  position: relative;
+  left: 37px;
+  top: 68px;
 }
 
 .system-dashboard.zone .status_box li.secondary-storage .icon {
-  background-position: -219px -404px;
+  background-position: -216px -404px;
+  /*+placement:shift 37px 68px;*/
+  position: relative;
+  left: 37px;
+  top: 68px;
 }
 
 .system-dashboard.zone .status_box li.system-vms .icon {

Reply via email to