You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2013/10/29 04:53:30 UTC

[40/50] [abbrv] git commit: updated refs/heads/object_store_migration to 5ec2a44

Fix panel dimensions and colors


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

Branch: refs/heads/object_store_migration
Commit: f92f7b5c5df177cc59fb14e2b6761d43f154a2c3
Parents: bd697c5
Author: Brian Federle <br...@citrix.com>
Authored: Mon Oct 28 11:57:50 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Oct 28 11:57:50 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f92f7b5c/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 7880d6c..34018a1 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -63,7 +63,7 @@ body.install-wizard {
 
 #main-area {
   width: 1024px;
-  height: 100%;
+  height: 700px;
   margin: auto;
   border: 1px solid #D4D4D4;
   /*+box-shadow:0px -5px 11px #B7B7B7;*/
@@ -76,7 +76,7 @@ body.install-wizard {
 
 #container {
   /*[empty]width:;*/
-  height: 783px;
+  height: 700px;
   margin: auto;
   position: relative;
 }
@@ -1190,9 +1190,8 @@ div.notification.corner-alert:hover div.message span {
 div.panel div.list-view {
   overflow: auto;
   overflow-x: hidden;
-  height: 668px;
+  height: 632px;
   margin-top: 30px;
-  border-bottom: 1px solid #E7E7E7;
 }
 
 .detail-view div.list-view {
@@ -2420,8 +2419,7 @@ div.detail-group.actions td {
 }
 
 #navigation ul {
-  border-right: 1px solid #CECCCC;
-  height: 100%;
+  height: 700px;
   padding-top: 29px;
 }
 
@@ -2513,7 +2511,6 @@ div.detail-group.actions td {
 #navigation ul li.last {
   background-repeat: repeat;
   background-position: 0px 0px;
-  height: 57px;
   /*[empty]color:;*/
 }
 
@@ -2566,7 +2563,6 @@ div.detail-group.actions td {
 
 #navigation ul li.last.active,
 #navigation ul li.last:hover {
-  height: 52px;
 }
 
 /*Navigation icons*/
@@ -2635,6 +2631,7 @@ div.detail-group.actions td {
 /*Browser*/
 #browser {
   width: 794px;
+  height: 700px;
   max-width: 794px;
   position: relative;
   float: left;
@@ -2650,10 +2647,11 @@ div.detail-group.actions td {
 }
 
 #browser div.panel {
-  height: 698px;
-  background: #F7F7F7;
+  height: 100%;
+  background: #FFFFFF;
   border-right: 1px solid #A5A5A5;
   overflow: visible;
+  background-color: #F7F7F7;
 }
 
 #browser div.panel.panel-highlight-wrapper {