Ignore:
Timestamp:
Jun 24, 2012, 9:17:04 PM (12 years ago)
Author:
grum
Message:

feature:2638- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/gmaps.css

    r7308 r16011  
    77#iListKml table  { width:100%; text-align:left; border-collapse: collapse; }
    88
    9 #iListMaps.roma table tr:hover,
    10 #iListAssoc.roma table tr:hover,
    11 #iListKml.roma table tr:hover  { cursor:pointer; background:#303030; }
    129
    13 #iListMaps.clear table tr:hover,
    14 #iListAssoc.clear table tr:hover,
    15 #iListKml.clear table tr:hover { cursor:pointer; color: #D54E21; background:#dbe8f3; }
    1610
    1711#iBDAssocCatId {
     
    7670}
    7771
    78 // fix IE8 compatibility bugs from GPC 3.2.0 (fixed in next release)
     72/* fix IE8 compatibility bugs from GPC 3.2.0 (fixed in next release) */
    7973.formtable, .formtable P { margin-left:0px;  }
    8074.tabsheet2 { list-style:none; }
     75
     76.buttonEdit,
     77.buttonDelete {
     78  width:15px;
     79  height:15px;
     80  display:inline-block;
     81  background:url(./../GrumPluginClasses/icons/buttons.png) no-repeat 0 0 transparent;
     82}
Note: See TracChangeset for help on using the changeset viewer.