← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16345: Dashboard, tables, added cell borders

 

------------------------------------------------------------
revno: 16345
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-08-08 08:52:54 +0200
message:
  Dashboard, tables, added cell borders
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css
  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-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2014-07-25 20:41:32 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2014-08-08 06:52:54 +0000
@@ -851,3 +851,15 @@
 {
   color: #276696;
 }
+
+.gridTable
+{
+  border-collapse: collapse;
+}
+
+.gridTable td, 
+.gridTable th
+{
+  border: 1px solid #e1e1e1;
+}
+

=== 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-05-13 10:31:51 +0000
+++ 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
@@ -110,7 +110,7 @@
   font-size: 12px;
   font-weight: bold;
   color: #39547d;
-  margin: 2px 5px;
+  margin: 2px 6px 7px 0px;
 }
 
 .item h4
@@ -118,7 +118,7 @@
   font-size: 12px;
   font-weight: bold;
   color: #39547d;
-  margin: 1px 5px;
+  margin: 1px 5px 5px 0px;
 }
 
 .item:hover