Changeset 8112


Ignore:
Timestamp:
Dec 13, 2010, 10:19:51 PM (13 years ago)
Author:
Zaphod
Message:

Fix for IE6 (vertical alignment for thumbnails + recent pictures)

Location:
extensions/stripped
Files:
2 added
6 edited

Legend:

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

    r7989 r8112  
     1/* new test */
     2#thePage { height: 100%;}
     3#content {overflow:none;}
     4#thumbnails li { overflow: none;}
     5#thumbnails_block2 {position:static;}
     6
     7/* old IE fix */
     8
    19#thumbnails img {
    210        margin:10px;
     
    7280}
    7381
    74 .navigationBarSimple {
     82#thumb_navigation {
    7583        display:none;
    7684}
  • extensions/stripped/local_head.tpl

    r7989 r8112  
    22        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie5-ie6.css">
    33<![endif]-->
    4 <!--[if IE 7]>
     4<!--[if lt IE 8]>
    55        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie7.css">
    66<![endif]-->
  • extensions/stripped/template/header.tpl

    r7989 r8112  
    9494  <link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}">
    9595  {/if}
    96 <!--[if lt IE 7]>
    97 <script type="text/javascript" src="{$ROOT_URL}themes/default/js/pngfix.js"></script>
    98 <![endif]-->
    99 
    10096
    10197  {if not empty($head_elements)}
  • extensions/stripped/template/mainpage_categories.tpl

    r7989 r8112  
    1212                                <a href="{$cat.URL}">{$cat.NAME}</a>
    1313                                {if !empty($cat.icon_ts)}
    14                                 <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)">
     14                                <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent_album{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)">
    1515                                {/if}
    1616                        </h3>
Note: See TracChangeset for help on using the changeset viewer.