← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11704: Css fix

 

------------------------------------------------------------
revno: 11704
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-08-19 20:07:08 +0200
message:
  Css fix
modified:
  dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css	2013-08-13 16:25:17 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css	2013-08-19 18:07:08 +0000
@@ -26,6 +26,7 @@
   left: 20px;
   margin-top: 48px;
   border-right: 0;
+  box-shadow: #f1f1f1 0 1px 1px 0;
 }
 
 #dashboardListContainer
@@ -41,22 +42,21 @@
   position: relative;
   width: auto;
   height: 29px;
-  background-color: #f7f7f7;
   padding: 0;
   overflow: hidden;
+  box-shadow: #f1f1f1 0 1px 1px 0;
 }
 
 .dashboardList
 {
-  background-color: #f7f7f7;
   border-radius: 3px;
   padding: 0;
-  border: 1px solid #d0d0d0;
+  border: 1px solid #ccc;
 }
 
 .dashboardList li a
 {
-  border-right: 1px solid #d0d0d0;
+  border-right: 1px solid #ccc;
   padding: 7px 14px 6px 14px;
   display: inline-block;
 }
@@ -77,7 +77,7 @@
 
 .currentDashboard
 {
-  background-color: #eee;
+  background-color: #f1f1f1;
 } 
 
 .horizontalMenu ul
@@ -101,7 +101,6 @@
   border-radius: 3px;
   cursor: pointer;  
   box-shadow: #ddd 0px 1px 3px 0px;
-  background-color: #fff;
   overflow: auto;
 }