Changes to Layer.Google and to default theme to move the GMaps chrome over to the lower left side to yield up the valuable lower right corner for our own stuff.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1659 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Schuyler Erle
2006-10-06 17:28:01 +00:00
parent f27cbc855f
commit 9bae3e8848
2 changed files with 12 additions and 0 deletions

View File

@@ -9,4 +9,12 @@
bottom: 1.5em;
display: block;
position: absolute;
}
.olLayerGoogleCopyright {
left: 2px;
bottom: 2px;
}
.olLayerGooglePoweredBy {
left: 2px;
bottom: 15px;
}