dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #01872
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 589: (GIS) Minor font color customization.
------------------------------------------------------------
revno: 589
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Sat 2009-09-05 17:31:29 +0700
message:
(GIS) Minor font color customization.
modified:
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/config.js
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/index.js
--
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/mapping/script/config.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/config.js 2009-09-05 10:12:07 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/config.js 2009-09-05 10:31:29 +0000
@@ -37,9 +37,9 @@
gridpanel_height = 700;
combo_width = 150;
- MENU_TEXTCOLOR = '#999';
- MENU_TEXTCOLOR_INFO = '#555555';
- MENU_TITLECOLOR_LIGHT = '#666';
+ MENU_TEXTCOLOR = '#999'; // label
+ MENU_TEXTCOLOR_INFO = '#444'; // info text
+ MENU_TITLECOLOR_LIGHT = '#666'; // panel title
MENU_TITLECOLOR_ADMIN = '#333';
MENU_EMPTYTEXT = '';
MENU_LABELSEPARATOR = '';
=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/index.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/index.js 2009-09-05 10:12:07 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/index.js 2009-09-05 10:31:29 +0000
@@ -2056,8 +2056,8 @@
map.addControl(new OpenLayers.Control.MousePosition({
displayClass: 'void',
div: $('mouseposition'),
- prefix: '<font color="' + MENU_TEXTCOLOR + '">x: </font>',
- separator: '<br/><font color="' + MENU_TEXTCOLOR + '">y: </font>'
+ prefix: '<font color="' + MENU_TITLECOLOR_LIGHT + '">x: </font>',
+ separator: '<br/><font color="' + MENU_TITLECOLOR_LIGHT + '">y: </font>'
}));
map.addControl(new OpenLayers.Control.OverviewMap({