← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12586: Tabular report, pading

 

------------------------------------------------------------
revno: 12586
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2013-10-11 12:56:39 +0200
message:
  Tabular report, pading
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.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-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css	2013-08-20 09:28:05 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/css/style.css	2013-10-11 10:56:39 +0000
@@ -1,4 +1,4 @@
-TR.utilbody {
+tr.utilbody {
     font: normal 10px arial,sans-serif,ubuntu,consolas;
 }
 
@@ -672,7 +672,7 @@
 }
 
 .tr-accordion .x-accordion-body { /* accordion item body */
-	padding: 8px 8px 2px 8px;
+	padding: 8px 2px 2px 2px;
 	border-top: 1px solid #c5c5c5 !important;
 	border-bottom: 2px solid #C5C5C5 !important;
 }