Changeset 10057


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

    r9822 r10057  
    6060
    6161.content DIV.thumbnailCategory {
    62         background-image: url(../../icon/menu/folder.png);
    63         background-position: left bottom;
     62        background-image: url(../OS_default/icon/menu/folder.png);background-position: left bottom;
    6463        background-repeat:no-repeat;
    6564}
     
    7675        margin: 5px;
    7776}
    78 .thumbnails span, .thumbnails .wrap2 a, .thumbnails label, .thumbnailCategory div.illustration {
     77.thumbnails span, .thumbnails .wrap2 a, .thumbnails label {
    7978    width: 145px;
     79}
     80.illustration IMG {
     81        max-height:128px;
     82}
     83.wrap2 IMG {
     84        max-height:128px;
     85        max-width:128px;
    8086}
    8187
Note: See TracChangeset for help on using the changeset viewer.