← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20613: ER minor fix

 

------------------------------------------------------------
revno: 20613
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2015-10-10 11:05:19 +0300
message:
  ER minor fix
modified:
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-reports/styles/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-apps/src/main/webapp/dhis-web-event-reports/styles/style.css'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-reports/styles/style.css	2015-10-03 12:51:50 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-reports/styles/style.css	2015-10-10 08:05:19 +0000
@@ -256,17 +256,17 @@
 	user-select: all;
 }
 
-table.pivot.displaydensity-comfortable td {
+table.pivot.displaydensity-COMFORTABLE td {
 	padding: 7px;
 }
-table.pivot.displaydensity-compact td {
+table.pivot.displaydensity-COMPACT td {
 	padding: 3px;
 }
 
-table.pivot.fontsize-large td {
+table.pivot.fontsize-LARGE td {
 	font-size: 13px;
 }
-table.pivot.fontsize-small td {
+table.pivot.fontsize-SMALL td {
 	font-size: 10px;
 }
 
@@ -383,11 +383,11 @@
 
 .ns-viewport-text * {
     padding: 3px 10px;
-    font-size: 11px;
-    color: #515a62;
+    font-size: 13px;
+    color: #777;
 }
 .ns-viewport-text h3 {
-    font-size: 14px;
+    font-size: 13px;
     font-weight: 500;
     color: #333;
     padding: 0 0 8px 0;