Ignore:
Timestamp:
Apr 4, 2011, 10:45:39 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_dark_2/theme.css

    r9822 r10058  
    9393}
    9494.content DIV.thumbnailCategory {
    95         background-image: url(../../icon/menu/folder.png);
    96         background-position: left bottom;
     95        background-image: url(../OS_default/icon/menu/folder.png);background-position: left bottom;
    9796        background-repeat:no-repeat;
    9897}
     
    106105        margin: 5px;
    107106}
    108 .thumbnails span, .thumbnails .wrap2 a, .thumbnails label, .thumbnailCategory div.illustration {
     107.thumbnails span, .thumbnails .wrap2 a, .thumbnails label {
    109108    width: 145px;
     109}
     110.illustration IMG {
     111        max-height:128px;
     112}
     113.wrap2 IMG {
     114        max-height:128px;
     115        max-width:128px;
    110116}
    111117/* header */
Note: See TracChangeset for help on using the changeset viewer.