Ignore:
Timestamp:
Oct 9, 2010, 12:28:05 AM (14 years ago)
Author:
grum
Message:

KML files manager implemented + fixe some small bugs + forgotten file for the search page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/gmaps.css

    r7128 r7132  
    11#iHeaderListMaps { width:100%; border:1px solid; border-collapse: collapse; margin-top:3px; }
    2 #iListMaps, #iListAssoc { width:100%; border:1px solid; height:280px; border-top:0px; overflow:auto; position:relative; left:-1px;}
    3 #iListMapsNb, #iListAssocNb { width:99%; text-align:right; margin-bottom:8px; padding:2px; font-size:80%; }
    4 #iListMaps table, table.listMaps, #iListAssoc table { width:100%; text-align:left; border-collapse: collapse; }
    5 #iListMaps.roma table tr:hover, #iListAssoc.roma table tr:hover  { cursor:pointer; background:#303030; }
    6 #iListMaps.clear table tr:hover, #iListAssoc.clear table tr:hover { cursor:pointer; color: #D54E21; background:#dbe8f3; }
     2#iListMaps, #iListAssoc, #iListKml { width:100%; border:1px solid; height:280px; border-top:0px; overflow:auto; position:relative; left:-1px;}
     3#iListMapsNb, #iListAssocNb, #iListKmlNb { width:99%; text-align:right; margin-bottom:8px; padding:2px; font-size:80%; }
     4
     5#iListMaps table, table.listMaps,
     6#iListAssoc table,
     7#iListKml table  { width:100%; text-align:left; border-collapse: collapse; }
     8
     9#iListMaps.roma table tr:hover,
     10#iListAssoc.roma table tr:hover,
     11#iListKml.roma table tr:hover  { cursor:pointer; background:#303030; }
     12
     13#iListMaps.clear table tr:hover,
     14#iListAssoc.clear table tr:hover,
     15#iListKml.clear table tr:hover { cursor:pointer; color: #D54E21; background:#dbe8f3; }
     16
    717div.addMap { text-align:left; }
    818
Note: See TracChangeset for help on using the changeset viewer.