Ignore:
Timestamp:
Oct 7, 2010, 8:04:43 PM (14 years ago)
Author:
grum
Message:

Admin interface + Gallery integration finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/gmaps.css

    r7054 r7125  
    11#iHeaderListMaps { width:100%; border:1px solid; border-collapse: collapse; margin-top:3px; }
    2 #iListMaps { width:100%; border:1px solid; height:280px; border-top:0px; overflow:auto; position:relative; left:-1px;}
    3 #iListMapsNb { width:99%; text-align:right; margin-bottom:8px; padding:2px; font-size:80%; }
    4 #iListMaps table, table.listMaps { width:100%; text-align:left; border-collapse: collapse; }
    5 #iListMaps.roma table tr:hover { cursor:pointer; background:#303030; }
    6 #iListMaps.clear table tr:hover { cursor:pointer; color: #D54E21; background:#dbe8f3; }
     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; }
    77div.addMap { text-align:left; }
    88
     
    4141
    4242#itab2 {
    43   margin:20px -6px 0 -10px;
     43  border-top:1px solid;
     44  margin:25px -6px 0 -10px;
     45  padding-top:3px;
    4446}
     47
     48#iBDAssocCatId, #iBDAssocMapId {
     49  font-family:monospace;
     50  font-size:125%;
     51}
     52
     53
Note: See TracChangeset for help on using the changeset viewer.