Style toolbar

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

Branch: refs/heads/object_store_migration
Commit: ee1c83e68970267f522a2db0908f1747639063e1
Parents: e86b612
Author: Brian Federle <[email protected]>
Authored: Mon Oct 28 13:50:21 2013 -0700
Committer: Brian Federle <[email protected]>
Committed: Mon Oct 28 13:50:21 2013 -0700

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 43 +++++++++++++------------------------------
 1 file changed, 13 insertions(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ee1c83e6/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 34018a1..8b7c339 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -1323,6 +1323,7 @@ div.list-view td.state.off span {
 .quick-view-tooltip > div.title .icon {
   position: relative;
   top: -2px;
+  left: -7px;
   background: url(../images/sprites.png) no-repeat -42px -67px;
   float: right;
   padding: 0px 13px 0 0px;
@@ -1345,7 +1346,7 @@ div.list-view td.state.off span {
 .quick-view-tooltip .container {
   border: 1px solid #9EA2A5;
   background: #FFFFFF;
-  width: 478px;
+  width: 471px;
   min-height: 100px;
   height: auto;
   overflow: hidden;
@@ -2739,19 +2740,13 @@ div.detail-group.actions td {
 
 /*Toolbar*/
 /*[clearfix]*/div.toolbar {
-  width: 793px;
+  width: 100%;
   height: 32px;
-  background: #A8AFB6;
-  border-top: 1px solid #D0D5DA;
-  border-bottom: 1px solid #43586B;
-  border-right: 1px solid #43586B;
-  border-left: 1px solid #43586B;
-  /*+border-radius:0 2px 2px;*/
-  -moz-border-radius: 0 2px 2px;
-  -webkit-border-radius: 0 2px 2px;
-  -khtml-border-radius: 0 2px 2px;
-  border-radius: 0 2px 2px;
-  border-radius: 0 2px 2px 2px;
+  /*+box-shadow:0px 1px 4px #CFCFCF;*/
+  -moz-box-shadow: 0px 1px 4px #CFCFCF;
+  -webkit-box-shadow: 0px 1px 4px #CFCFCF;
+  -o-box-shadow: 0px 1px 4px #CFCFCF;
+  box-shadow: 0px 1px 4px #CFCFCF;
   /*+placement:shift 0px -1px;*/
   position: relative;
   left: 0px;
@@ -2759,6 +2754,7 @@ div.detail-group.actions td {
   z-index: 6;
   position: absolute;
   top: 0px;
+  background: #ECECEC 0px -6px;
 }
 
 .detail-view .ui-tabs-panel div.toolbar {
@@ -2777,14 +2773,9 @@ div.toolbar div.filters {
 }
 
 div.toolbar div.filters label {
-  color: #4E5C6B;
+  color: #3F3B3B;
   font-size: 12px;
-  font-weight: bold;
-  /*+text-shadow:0px 1px 1px #CDCDCD;*/
-  -moz-text-shadow: 0px 1px 1px #CDCDCD;
-  -webkit-text-shadow: 0px 1px 1px #CDCDCD;
-  -o-text-shadow: 0px 1px 1px #CDCDCD;
-  text-shadow: 0px 1px 1px #CDCDCD;
+  font-weight: 100;
   display: block;
   float: left;
   padding: 5px 11px 0 0;
@@ -3131,7 +3122,8 @@ div.panel div.toolbar div.section-switcher {
 
 div.toolbar div.section-switcher div.section-select {
   float: right;
-  background: #A8AFB6;
+  font-size: 12px;
+  font-weight: 100;
 }
 
 div.toolbar div.section-switcher div.section {
@@ -3201,7 +3193,6 @@ div.toolbar div.section-switcher div.section.first.last a 
{
 
 div.toolbar div.section-switcher div.section-select {
   float: left;
-  background: #A8AFB6;
   height: 26px;
 }
 
@@ -3244,14 +3235,6 @@ div.toolbar div.filters {
 }
 
 div.toolbar label {
-  color: #4E5C6B;
-  font-size: 12px;
-  font-weight: bold;
-  /*+text-shadow:0px 1px 1px #CDCDCD;*/
-  -moz-text-shadow: 0px 1px 1px #CDCDCD;
-  -webkit-text-shadow: 0px 1px 1px #CDCDCD;
-  -o-text-shadow: 0px 1px 1px #CDCDCD;
-  text-shadow: 0px 1px 1px #CDCDCD;
 }
 
 div.toolbar div.filters select {

Reply via email to