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

feature:2642- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/amm.css

    r8962 r16006  
    55#iList table, table.listLinks { width:100%; text-align:left; border-collapse: collapse; }
    66
    7 div#iList.roma table tr:hover { background:#303030; }
    8 div#iList.clear table tr:hover { color: #D54E21; background:#dbe8f3; }
    97#iList table tr.connectedSortable,
    108#iList li.connectedSortable { cursor: move; }
     
    1412
    1513img.button { cursor:pointer; }
    16 
    1714
    1815
     
    6158}
    6259li.menuListItem span.menuListMove {
    63   position:absolute;
    64   width:22px;
    65   display:inline-block;
     60  top:-15px;
    6661}
    6762li.menuListItem span.menuListName {
    68   margin-left:26px;
     63  margin-left:0px;
    6964  display:inline-block;
    7065}
     
    9287  vertical-align:top;
    9388}
     89span.buttonEdit, span.buttonDelete {
     90  display:inline-block;
     91  width:15px;
     92  height:15px;
     93  position:relative;
     94  background-color:transparent;
     95  background-image:url(./../GrumPluginClasses/icons/buttons.png);
     96  background-repeat:no-repeat;
     97  cursor:pointer;
     98}
     99
Note: See TracChangeset for help on using the changeset viewer.