Reviewed by Erik on Trac and in person. git-svn-id: http://svn.openlayers.org/trunk/openlayers@1665 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
29 lines
483 B
CSS
29 lines
483 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;
|
|
}
|
|
div.olControlMousePosition {
|
|
bottom: 0em;
|
|
right: 3px;
|
|
display: block;
|
|
position: absolute;
|
|
font-family: Arial;
|
|
font-size: smaller;
|
|
}
|