Changeset 12674
- Timestamp:
- Nov 30, 2011, 4:33:03 PM (13 years ago)
- Location:
- extensions
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/hr_glass_xl/fix-ie5-ie6.css
r9278 r12674 10 10 width:19em; 11 11 } 12 13 12 /* 14 13 FORM#quickconnect { -
extensions/hr_glass_xl/local_head.tpl
r10827 r12674 1 1 <!--[if lt IE 7]> 2 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> 3 12 <![endif]--> 4 13 {if isset($display_hr_glass_xl_banner) and (!$display_hr_glass_xl_banner)} -
extensions/hr_glass_xl/theme.css
r10835 r12674 185 185 /* miniatures 186 186 -----------------------------------------------------------------------------------------------*/ 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;} 191 188 #content ul.thumbnails span.wrap2{ width: 172px; height:150px; } 192 189 #content DIV.thumbnailCategory DIV.description { height: 100px; } /* max thumbnail height + 2px */ … … 207 204 208 205 #content ul.thumbnails span.thumbLegend { 209 /* height: auto;*/ 206 margin: 0 auto; 210 207 padding: 0.5em 0; 211 208 } -
extensions/hr_os/local_head.tpl
r10826 r12674 1 1 <!--[if lt IE 7]> 2 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> 3 12 <![endif]--> 4 13 {if isset($display_hr_os_banner) and (!$display_hr_os_banner)} -
extensions/hr_os/theme.css
r12264 r12674 169 169 /* miniatures 170 170 -----------------------------------------------------------------------------------------------*/ 171 .thumbnails SPAN, .thumbnails .wrap2 A, .thumbnails LABEL, .thumbnailCategory DIV.illustration {width:auto;} 171 172 #content DIV.thumbnailCategory DIV.description p { text-align: left; } 172 173 … … 179 180 180 181 #content ul.thumbnails span.thumbLegend { 181 /* height: auto;*/ 182 margin: 0 auto; 182 183 padding: 0.5em 0; 183 184 } -
extensions/hr_os_xl/local_head.tpl
r10825 r12674 1 1 <!--[if lt IE 7]> 2 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> 3 12 <![endif]--> 4 13 {if isset($display_hr_os_xl_banner) and (!$display_hr_os_xl_banner)}
Note: See TracChangeset
for help on using the changeset viewer.