Changeset 11652


Ignore:
Timestamp:
Jul 6, 2011, 9:39:09 PM (13 years ago)
Author:
flop25
Message:

all perfect. Just thumbnails not verticaly centered for IE7

Location:
extensions/stripped
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/fix-ie7.css

    r11059 r11652  
    3333  width:170px;
    3434  position: absolute;
    35   top: 50%;
     35/* top: 50%; */
    3636  text-align: center;
    3737  overflow:visible;
     
    4242.thumbnailCategory .illustration img {
    4343  position: relative;
    44   top: -49.5%;
     44 /*  top: -49.5%; */
    4545}
     46.thumbnailCategory .description H3 {
     47        line-height:20px !important;
     48}
  • extensions/stripped/theme.css

    r11628 r11652  
    111111        padding:12px 0;
    112112        text-align:center;
     113        display:table;
    113114}
    114115
     
    116117        vertical-align:top;
    117118        max-width:1120px;
    118 /*      width:100%; */
    119         display:table;
     119        display:table-cell;
    120120        padding: 0;
    121121        margin-left: auto;
    122122        margin-right: auto;
    123         min-width:800px;
    124123}
    125124
Note: See TracChangeset for help on using the changeset viewer.