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/10/15 23:08:37 UTC

git commit: updated refs/heads/ui-restyle to 00d1af1

Updated Branches:
  refs/heads/ui-restyle f0956ec83 -> 00d1af144


Fix VPC chart layout to support new layout


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

Branch: refs/heads/ui-restyle
Commit: 00d1af14445ab12b1c4ae11fedcf6b4d3df9f4fb
Parents: f0956ec
Author: Brian Federle <br...@citrix.com>
Authored: Tue Oct 15 14:08:18 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Oct 15 14:08:18 2013 -0700

----------------------------------------------------------------------
 ui/modules/vpc/vpc.css | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/00d1af14/ui/modules/vpc/vpc.css
----------------------------------------------------------------------
diff --git a/ui/modules/vpc/vpc.css b/ui/modules/vpc/vpc.css
index 0ff99db..7031d74 100644
--- a/ui/modules/vpc/vpc.css
+++ b/ui/modules/vpc/vpc.css
@@ -25,6 +25,10 @@
   position: relative;
 }
 
+.vpc-network-chart .toolbar {
+    padding: 0;
+}
+
 .vpc-network-chart .info-box {
   font-size: 12px;
   color: #6E6B6B;
@@ -48,7 +52,7 @@
 }
 
 .vpc-network-chart .tiers {
-  margin: 66px 46px 0 0;
+  margin: 0px 46px 0 0;
   width: 362px;
   float: right;
 }
@@ -116,7 +120,7 @@
 }
 
 .vpc-network-chart .tier-item .header .title span {
-  font-size: 20px;
+  font-size: 16px;
   color: #FFFFFF;
   /*+text-shadow:0px 1px 1px #000000;*/
   -moz-text-shadow: 0px 1px 1px #000000;
@@ -141,7 +145,7 @@
 }
 
 .vpc-network-chart .tier-item .content .dashboard-item {
-  width: 145px;
+  width: 140px;
   height: 54px;
   margin: 7px 9px 0;
   background: #C1E0FE;
@@ -173,7 +177,7 @@
 }
 
 .vpc-network-chart .tier-item .content .dashboard-item .total {
-  font-size: 30px;
+  font-size: 20px;
   /*+placement:shift 7px 5px;*/
   position: relative;
   left: 7px;
@@ -210,7 +214,6 @@
   /*+placement:shift 10px 5px;*/
   position: relative;
   left: 10px;
-  top: 5px;
 }
 
 .vpc-network-chart .tier-item .content .info .cidr-label {
@@ -280,10 +283,8 @@
   float: left;
   /*+placement:shift 10px 176px;*/
   position: relative;
-  left: 10px;
-  top: 176px;
   left: 0px;
-  top: 237px;
+  top: 169px;
 }
 
 .vpc-network-chart .tier-item.router .header {