Ignore:
Timestamp:
Dec 29, 2013, 10:23:57 PM (10 years ago)
Author:
rvelices
Message:

smart pocket new thumbnail display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/smartpocket/theme.css

    r23745 r26349  
    1717.ui-field-contain, .ui-br { padding: 5px; border: 0 !important; }
    1818
    19 .thumbnails { list-style: none; padding: 0; margin: 0; }
     19.thumbnails { list-style: none; padding: 0}
    2020.thumbnails:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
    21 .thumbnails li { float: left;  }
    22 .thumbnails li a { display: block; margin: 5px; }
    23 .thumbnails li img { display: block; width: 100%; height: auto; }
     21.thumbnails li {
     22        float: left;
     23        position: relative;
     24        overflow: hidden;
     25        display: inline;
     26}
     27.thumbnails li a {
     28        position: absolute;
     29}
     30
    2431#more_link {
    2532  color: #FFFFFF;
Note: See TracChangeset for help on using the changeset viewer.