← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17138: PT DV ER EV style.

 

Merge authors:
  Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 17138 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-10-16 15:55:44 +0200
message:
  PT DV ER EV style.
modified:
  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-pivot/styles/style.css
  dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/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	2014-10-14 09:42:40 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-reports/styles/style.css	2014-10-16 12:41:01 +0000
@@ -55,6 +55,7 @@
 .x-grid-cell-inner,
 .x-form-item-label,
 .x-window-header-text-default {
+	font-size: 11px;
     font-family: arial,sans-serif,ubuntu,consolas;
 }
 
@@ -247,7 +248,7 @@
 }
 
 .pivot-dim-label {
-	background-color: #f2f6fc;
+	background-color: #cddaed;
 	white-space: nowrap;
     text-align: center;
 }

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/styles/style.css'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/styles/style.css	2014-10-14 09:05:50 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/styles/style.css	2014-10-16 13:53:02 +0000
@@ -52,6 +52,7 @@
 .x-grid-cell-inner,
 .x-form-item-label,
 .x-window-header-text-default {
+    font-size: 11px;
 	font-family: arial,sans-serif,ubuntu,consolas;
 }
 
@@ -218,7 +219,7 @@
 }
 
 .pivot-dim-label {
-	background-color: #f2f6fc;
+	background-color: #cddaed;
 	white-space: nowrap;
     text-align: center;
 }

=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/styles/style.css'
--- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/styles/style.css	2014-10-14 09:37:49 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/styles/style.css	2014-10-16 13:55:24 +0000
@@ -48,6 +48,7 @@
 .x-grid-cell-inner,
 .x-form-item-label,
 .x-window-header-text-default {
+    font-size: 11px;
 	font-family: arial,sans-serif,ubuntu,consolas;
 }