Changeset 16052


Ignore:
Timestamp:
Jun 26, 2012, 12:27:49 PM (12 years ago)
Author:
plg
Message:

force width to 150px (auto doesn't work on IE8)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/luciano/theme.css

    r16051 r16052  
    166166.thumbnails li:hover                    { background: transparent url(skin/thumbBg.png) 0 -170px; }
    167167.thumbnails li .wrap2           { width:170px; height:172px; display:table-cell; vertical-align:middle;}
    168 .thumbnails SPAN, .thumbnails .wrap2 A, .thumbnails LABEL { width: auto !important; } /* todo remove this and manage smart dimensions for multisize */
     168.thumbnails SPAN, .thumbnails .wrap2 A, .thumbnails LABEL { width: 150px !important; } /* todo remove this and manage smart dimensions for multisize */
    169169.thumbnails li img                              { border: 1px solid #222; border-left: 1px solid #444; border-bottom: 1px solid #444; max-height:150px;max-width:150px;} /* todo remove max-* and manage smart dimensions for multisize */
    170170.thumbnails li:hover img        { border: 1px solid #111; border-left: 1px solid #222; border-bottom: 1px solid #222; }
Note: See TracChangeset for help on using the changeset viewer.