#385: building for windows users (fix license) #453: IE gives new DOM elements a parent with fragment node type #454: Fix tests which are breaking in Opera #455: Util.isEquivalentUrl broken in Opera #463: map.setBaseLayer is a bit funky #464: Overview Map dissappears when on permalinked page #465: allow controls to live outside viewport (for real) #466: HTMLDivElement is still undefined in IE7 (but OpenLayers.Util.alphaHack() is now false) #467: isEquivalentURL() not complete for IE #468: Overview MapLosing Rectangle #469: Default marker is incorrectly centered #470: Can not use "search" property IE7 #473: Remove call to checkImgURL #474: overview map isn't properly updated when the argparser kicks in git-svn-id: http://svn.openlayers.org/branches/openlayers/2.3@2181 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
81 lines
1.3 KiB
CSS
81 lines
1.3 KiB
CSS
div.olMapViewport {
|
|
-moz-user-select: none
|
|
}
|
|
|
|
.olLayerGoogleCopyright {
|
|
left: 2px;
|
|
bottom: 2px;
|
|
}
|
|
.olLayerGooglePoweredBy {
|
|
left: 2px;
|
|
bottom: 15px;
|
|
}
|
|
|
|
.olControlScale {
|
|
right: 3px;
|
|
bottom: 3em;
|
|
display: block;
|
|
position: absolute;
|
|
}
|
|
.olControlPermalink {
|
|
right: 3px;
|
|
bottom: 1.5em;
|
|
display: block;
|
|
position: absolute;
|
|
}
|
|
|
|
div.olControlMousePosition {
|
|
bottom: 0em;
|
|
right: 3px;
|
|
display: block;
|
|
position: absolute;
|
|
font-family: Arial;
|
|
font-size: smaller;
|
|
}
|
|
|
|
.olControlOverviewMapContainer {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
right: 0px;
|
|
}
|
|
|
|
.olControlOverviewMapElement {
|
|
padding: 10px 18px 10px 10px;
|
|
background-color: #00008B;
|
|
-moz-border-radius: 1em 0 0 0;
|
|
}
|
|
|
|
.olControlOverviewMapMinimizeButton {
|
|
right: 0px;
|
|
bottom: 80px;
|
|
}
|
|
|
|
.olControlOverviewMapMaximizeButton {
|
|
right: 0px;
|
|
bottom: 80px;
|
|
}
|
|
|
|
.olControlOverviewMapExtentRectangle {
|
|
cursor: move;
|
|
border: 2px dotted red;
|
|
}
|
|
.olLayerGeoRSSDescription {
|
|
float:left;
|
|
width:100%;
|
|
overflow:auto;
|
|
font-size:1.0em;
|
|
}
|
|
.olLayerGeoRSSClose {
|
|
float:right;
|
|
color:gray;
|
|
font-size:1.2em;
|
|
font-family:sans-serif;
|
|
}
|
|
.olLayerGeoRSSTitle {
|
|
float:left;font-size:1.2em;
|
|
}
|
|
|
|
.olPopupContent {
|
|
padding:5px;
|
|
}
|