Ignore:
Timestamp:
Nov 30, 2011, 4:33:03 PM (12 years ago)
Author:
flop25
Message:

multi size ok and ie7 friendly

Location:
extensions/hr_glass_xl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/hr_glass_xl/fix-ie5-ie6.css

    r9278 r12674  
    1010width:19em;
    1111}
    12 
    1312/*
    1413FORM#quickconnect {
  • extensions/hr_glass_xl/local_head.tpl

    r10827 r12674  
    11<!--[if lt IE 7]>
    22        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css">
     3<![endif]-->
     4<!--[if IE 7]>
     5<style type="text/css">
     6{literal}
     7.thumbnails SPAN, .thumbnails .wrap2 A, .thumbnails .wrap2 IMG, .thumbnails LABEL, .thumbnailCategory DIV.illustration {
     8  width:140px !important;
     9}
     10{/literal}
     11</style>
    312<![endif]-->
    413{if isset($display_hr_glass_xl_banner) and (!$display_hr_glass_xl_banner)}
  • extensions/hr_glass_xl/theme.css

    r10835 r12674  
    185185/*      miniatures
    186186-----------------------------------------------------------------------------------------------*/
    187 #content UL.thumbnails SPAN, #content UL.thumbnails SPAN.wrap2 A,
    188 #content UL.thumbnails SPAN.wrap2 LABEL, #content DIV.thumbnailCategory DIV.illustration {
    189   width: 162px;                 /* max thumbnail width + 2px */
    190 }
     187.thumbnails SPAN, .thumbnails .wrap2 A, .thumbnails LABEL, .thumbnailCategory DIV.illustration {width:auto;}
    191188#content ul.thumbnails span.wrap2{ width: 172px; height:150px; }
    192189#content DIV.thumbnailCategory DIV.description { height: 100px; }               /* max thumbnail height + 2px */
     
    207204
    208205#content ul.thumbnails span.thumbLegend {
    209 /*    height: auto;*/
     206    margin: 0 auto;
    210207    padding: 0.5em 0;
    211208}
Note: See TracChangeset for help on using the changeset viewer.