Changeset 12674


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

multi size ok and ie7 friendly

Location:
extensions
Files:
6 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}
  • extensions/hr_os/local_head.tpl

    r10826 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_os_banner) and (!$display_hr_os_banner)}
  • extensions/hr_os/theme.css

    r12264 r12674  
    169169/*      miniatures
    170170-----------------------------------------------------------------------------------------------*/
     171.thumbnails SPAN, .thumbnails .wrap2 A, .thumbnails LABEL, .thumbnailCategory DIV.illustration {width:auto;}
    171172#content DIV.thumbnailCategory DIV.description  p { text-align: left; }
    172173
     
    179180
    180181#content ul.thumbnails span.thumbLegend {
    181 /*    height: auto;*/
     182    margin: 0 auto;
    182183    padding: 0.5em 0;
    183184}
  • extensions/hr_os_xl/local_head.tpl

    r10825 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_os_xl_banner) and (!$display_hr_os_xl_banner)}
Note: See TracChangeset for help on using the changeset viewer.