Changeset 10058

Show
Ignore:
Timestamp:
04/04/11 22:45:39 (2 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

Files:
1 modified

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 */