Changeset 12674 for extensions/hr_os


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

multi size ok and ie7 friendly

Location:
extensions/hr_os
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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}
Note: See TracChangeset for help on using the changeset viewer.