dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #17550
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7018: Removed google attribution popup from gis
------------------------------------------------------------
revno: 7018
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-05-23 17:22:27 +0200
message:
Removed google attribution popup from gis
modified:
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/openlayers-2.11/theme/default/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/resources/openlayers-2.11/theme/default/style.css'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/openlayers-2.11/theme/default/style.css 2011-10-26 07:43:50 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/openlayers-2.11/theme/default/style.css 2012-05-23 15:22:27 +0000
@@ -20,13 +20,15 @@
}
.olLayerGoogleV3.olLayerGoogleCopyright {
right: auto !important;
+ display: none !important; /* Temp solution to hide popup - fixed in openlayers trunk */
}
.olLayerGooglePoweredBy {
left: 2px;
- bottom: 15px;
+ bottom: 15px;
}
.olLayerGoogleV3.olLayerGooglePoweredBy {
bottom: 15px !important;
+ display: none !important; /* Temp solution to hide popup - fixed in openlayers trunk */
}
.olControlAttribution {
font-size: smaller;