← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2375: (GIS) CSS fixes: Locate features gridpanel.

 

Merge authors:
  Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 2375 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2010-12-14 15:33:47 +0100
message:
  (GIS) CSS fixes: Locate features gridpanel.
modified:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/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-mapping/src/main/webapp/dhis-web-mapping/mapping/css/style.css'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/css/style.css	2010-12-13 06:26:10 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/css/style.css	2010-12-14 14:31:39 +0000
@@ -381,6 +381,20 @@
     border-color:#ffffff;
 }
 
+/* Ext Gridpanel */
+.x-grid3-cell-inner {
+    color:#222222;
+    font-size:10px;
+    font-family:ubuntu,arial;
+}
+.x-grid3-hd-inner {
+    color:#111111;
+    font-family:ubuntu,arial;
+}
+.sort-asc .x-grid3-sort-icon {
+    margin-left:7px;
+}
+
 /* Msg */
 .x-msg-hl {
 	font-weight:bold;