← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16357: Dashboard, css

 

------------------------------------------------------------
revno: 16357
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-08-08 20:42:52 +0200
message:
  Dashboard, css
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	2014-08-08 06:52:54 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/style/dashboard.css	2014-08-08 18:42:52 +0000
@@ -101,30 +101,14 @@
   margin: 0 19px 19px 0;
   border-radius: 3px;
   cursor: pointer;
-  box-shadow: #ddd 0 1px 3px 0;
+  box-shadow: #ddd 0 1px 2px 0;
   overflow: auto;
 }
 
-.item h3
-{
-  font-size: 12px;
-  font-weight: bold;
-  color: #39547d;
-  margin: 2px 6px 7px 0px;
-}
-
-.item h4
-{
-  font-size: 12px;
-  font-weight: bold;
-  color: #39547d;
-  margin: 1px 5px 5px 0px;
-}
-
 .item:hover
 {
   border: 1px solid #bbb;
-  box-shadow: #ccc 0 1px 3px 0;
+  box-shadow: #ccc 0 1px 2px 0;
 }
 
 .item::-webkit-scrollbar
@@ -133,6 +117,22 @@
   height: 8px;
 }
 
+.item h3
+{
+  font-size: 12px;
+  font-weight: bold;
+  color: #39547d;
+  margin: 2px 6px 7px 0px;
+}
+
+.item h4
+{
+  font-size: 12px;
+  font-weight: bold;
+  color: #39547d;
+  margin: 1px 5px 5px 0px;
+}
+
 .dropItem
 {
   width: 405px;