Changeset 10055 for extensions/floOS


Ignore:
Timestamp:
Apr 4, 2011, 10:45:02 PM (13 years ago)
Author:
flop25
Message:

thumbnails can be bigger and smaller than 140px : resize for album and use of jquery for thumbnails to use maximum height

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOS/OS_glass_clear/theme.css

    r9822 r10055  
    7474}
    7575.content DIV.thumbnailCategory {
    76         background-image: url(../../icon/menu/folder.png);
    77         background-position: left bottom;
     76        background-image: url(../OS_default/icon/menu/folder.png);background-position: left bottom;
    7877        background-repeat:no-repeat;
    7978}
     
    8786        margin: 5px;
    8887}
    89 .thumbnails span, .thumbnails .wrap2 a, .thumbnails label, .thumbnailCategory div.illustration {
     88.thumbnails span, .thumbnails .wrap2 a, .thumbnails label {
    9089    width: 145px;
     90}
     91.illustration IMG {
     92        max-height:128px;
     93}
     94.wrap2 IMG {
     95        max-height:128px;
     96        max-width:128px;
    9197}
    9298
Note: See TracChangeset for help on using the changeset viewer.