source: extensions/hr_os/local_head.tpl @ 15555

Last change on this file since 15555 was 12674, checked in by flop25, 12 years ago

multi size ok and ie7 friendly

File size: 723 bytes
Line 
1<!--[if lt IE 7]>
2        <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>
12<![endif]-->
13{if isset($display_hr_os_banner) and (!$display_hr_os_banner)}
14<style type="text/css">
15#{$BODY_ID}{literal} #theHeader { {/literal}
16          background: url("{$ROOT_URL}themes/hr_os/img/header.jpg") no-repeat scroll center top transparent;{literal}
17    height: 20px;
18    margin: 0 auto;
19}{/literal}
20#{$BODY_ID}{literal} #theHeader * {
21        display:none;
22}{/literal}
23</style>
24{/if}
Note: See TracBrowser for help on using the repository browser.