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

feature:2637- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/amd.css

    r6950 r16007  
    44#iListTagsNb, #iListImagesNb { width:99%; text-align:right; margin-bottom:8px; padding:2px; font-size:80%; }
    55#iListTags table, #iListImages table, table.listTags { width:100%; text-align:left; border-collapse: collapse; }
    6 #iListTags.roma table tr:hover { cursor:pointer; background:#303030; }
    7 #iListImages.roma table tr:hover, table.roma tr:hover { background:#303030; cursor:default; }
    8 #iListTags.clear table tr:hover { cursor:pointer; color: #D54E21; background:#dbe8f3; }
    9 #iListImages.clear table tr:hover, table.clear tr:hover { color: #D54E21; background:#dbe8f3; cursor:default; }
    106#iHeaderListImages { width:100%; border-bottom:1px solid; }
    117div.addGroup { padding-left:40px; text-align:left; }
     
    4036img.drag_button { margin-right:8px; }
    4137li.groupItems input, li.groupItems select { margin-right:4px; }
     38
    4239
    4340#iBDRules ul { list-style-type:none; }
     
    140137  padding:0;
    141138}
     139
     140
     141
     142span.buttonEdit, span.buttonDelete, span.buttonPreferences,span.buttonMove {
     143  display:inline-block;
     144  width:15px;
     145  height:15px;
     146  position:relative;
     147  background-color:transparent;
     148  background-image:url(./../GrumPluginClasses/icons/buttons.png);
     149  background-repeat:no-repeat;
     150  cursor:pointer;
     151}
     152span.buttonMove { cursor:move; }
     153
     154li.groupItems span.button {
     155  float:right;
     156}
Note: See TracChangeset for help on using the changeset viewer.