Ignore:
Timestamp:
Mar 21, 2011, 11:20:00 AM (13 years ago)
Author:
plg
Message:

compatibility with Piwigo 2.2 : combine_css, footer_script (require jQuery instead of pure javascript) and sprites for icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/kardon/theme.css

    r6458 r9803  
    3838        font-style: italic;
    3939} /*}}}*/
     40
     41
     42.pwg-icon {
     43        background-image: url(icon/icons_sprite.png);
     44}
     45
     46#imageToolBar .pwg-button {
     47  width:28px;
     48}
     49
     50A:hover .pwg-icon {
     51        background-image: url(icon/icons_sprite_hover.png);
     52}
    4053
    4154
Note: See TracChangeset for help on using the changeset viewer.