← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7271: (GIS) Viewport margins removed.

 

Merge authors:
  Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 7271 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-06-11 16:54:40 +0300
message:
  (GIS) Viewport margins removed.
modified:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/javascript/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/dhis-web-mapping/mapping/javascript/index.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/javascript/index.js	2012-04-26 11:07:18 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/javascript/index.js	2012-06-11 13:47:28 +0000
@@ -2873,7 +2873,7 @@
                 layout: 'anchor',
                 collapsible: true,
 				header: false,
-                margins: '0 5px 0 5px',
+                margins: '0 0 0 2px',
                 defaults: {
                     border: true,
                     frame: true,
@@ -2912,7 +2912,6 @@
                 xtype: 'gx_mappanel',
                 region: 'center',
                 id: 'center',
-                margins: '0 0 0 5px',
                 height: 1000,
                 width: 800,
                 map: G.vars.map,