Ignore:
Timestamp:
Oct 9, 2010, 9:55:26 PM (14 years ago)
Author:
grum
Message:

add marker style management + minor bugs fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/gmaps.css

    r7132 r7139  
    5656}
    5757
    58 #iBDAssocCatId, #iBDAssocMapId {
    59   font-family:monospace;
    60   font-size:125%;
    61 }
    62 
    6358#iDialogGMapNfo {
    6459  height:18px;
     
    7873  filter:alpha(opacity:55);
    7974}
     75#iBDAssocIcon, #iBDAssocIcon option {
     76  height:34px;
     77  background-repeat:no-repeat;
     78  background-position:2px 2px;
     79}
     80#iBDAssocIcon {
     81  width:75px;
     82  padding-left:50px;
     83}
     84#iBDAssocIcon option {
     85  width:75px;
     86}
     87
     88#iBDAssocMarker, #iBDAssocMarker option {
     89  background-position:2px 2px;
     90  background-repeat:no-repeat;
     91  height:40px;
     92}
     93#iBDAssocMarker {
     94  width:60px;
     95  padding-left:40px;
     96}
     97#iBDAssocMarker option {
     98  width:40px;
     99}
Note: See TracChangeset for help on using the changeset viewer.