git-svn-id: http://svn.openlayers.org/trunk/openlayers@1659 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
21 lines
327 B
CSS
21 lines
327 B
CSS
.olControlScale {
|
|
right: 3px;
|
|
bottom: 3em;
|
|
display: block;
|
|
position: absolute;
|
|
}
|
|
.olControlPermalink {
|
|
right: 3px;
|
|
bottom: 1.5em;
|
|
display: block;
|
|
position: absolute;
|
|
}
|
|
.olLayerGoogleCopyright {
|
|
left: 2px;
|
|
bottom: 2px;
|
|
}
|
|
.olLayerGooglePoweredBy {
|
|
left: 2px;
|
|
bottom: 15px;
|
|
}
|