OpenLayers OpenLayers

Changeset 6016

Show
Ignore:
Timestamp:
02/07/08 11:49:20 (1 year ago)
Author:
enjahova
Message:

Commented out overview map styles so they don't override any other style declarations

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/enjahova/openlayers/theme/default/style.css

    r5719 r6016  
    4141    font-size: smaller; 
    4242} 
    43  
     43/* Commented out so this doesn't override other style declarations 
    4444.olControlOverviewMapContainer { 
    45     position: absolute; 
    46     bottom: 0px; 
    47     right: 0px; 
     45 
    4846} 
    4947 
     
    7775    background-position: center; 
    7876} 
    79  
     77*/ 
    8078.olLayerGeoRSSDescription { 
    8179    float:left; 
     
    180178    font-size: 1px; 
    181179    filter: alpha(opacity=50); 
    182 }     
     180
     181 
     182/* 
     183.olControlScaleBar { 
     184bottom:10px; 
     185color:#00008B; 
     186font-family:sans-serif; 
     187left:15px; 
     188
     189.olControlScaleBarBar { 
     190background-color:#00008B; 
     191background-image:url(img/scalebar-bar.png); 
     192background-position:0pt; 
     193background-repeat:repeat-x; 
     194height:11px; 
     195top:12px; 
     196
     197.olControlScaleBarBarAlt { 
     198background-color:#00008B; 
     199background-image:url(img/scalebar-bar.png); 
     200background-position:0pt; 
     201background-repeat:repeat-x; 
     202height:11px; 
     203top:12px; 
     204
     205.olControlScaleBarMarkerMajor { 
     206background-image:url(img/scalebar-marker.png); 
     207background-position:0pt; 
     208background-repeat:no-repeat; 
     209height:13px; 
     210top:12px; 
     211width:13px; 
     212z-index:5000; 
     213
     214.olControlScaleBarMarkerMinor { 
     215background-image:url(img/scalebar-marker.png); 
     216background-position:0pt; 
     217background-repeat:no-repeat; 
     218height:13px; 
     219top:12px; 
     220width:13px; 
     221z-index:5000; 
     222
     223.olControlScaleBarNumbersBox { 
     224font-size:9px; 
     225height:13px; 
     226top:24px; 
     227width:40px; 
     228
     229.olControlScaleBarLabelBox { 
     230font-size:11px; 
     231font-weight:bold; 
     232height:15px; 
     233letter-spacing:0.1em; 
     234top:-2px; 
     235
     236.olControlScaleBarLabelBoxSingleLine { 
     237font-size:13px; 
     238height:15px; 
     239left:10px; 
     240top:0px; 
     241width:35px; 
     242}    */