Ignore:
Timestamp:
Sep 19, 2008, 9:38:15 PM (16 years ago)
Author:
vdigital
Message:

Index page: Scrolling start above the category when description is too long.
Sql Trace in a <div> clear:both.
French de-à => du-au

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template-extension/distributed/samples/titling_categories.tpl

    r2549 r2550  
    77  {html_head}
    88<style media="screen,handheld,projection,tv" type="text/css">
    9 #content ul.thumbnailCategories li {ldelim} width:100%; }
    10 #Titling h3 {ldelim} margin:11px 0 -13px; padding:0 3px 0 20px; text-align:left; }
     9#content ul.thumbnailCategories li {ldelim} width:100%; z-index: 55; position: relative;}
     10#Titling h3 {ldelim} margin:11px 0 -13px; padding:0 3px 0 20px; text-align:left; z-index: 99; position: relative;}
    1111#Titling h3 a {ldelim} background-color: #222; padding: 0 10px; }
    12 #content ul.thumbnailCategories .unbordered {ldelim} width:49%; float:left; margin:0 0 0 5px;}
     12#content ul.thumbnailCategories .unbordered {ldelim} width:49%; float:left; margin:0 0 0 5px; }
     13.content div.thumbnailCategory div.description p.dates {ldelim} margin: 0 45px 0 20px; }
     14#content .thumbnailCategory div.description .text {ldelim} margin: 0; padding: 0 4px; text-align: justify; }
     15p.Nb_images {ldelim} text-align: left; color: #444; }
     16/* hacks */
     17*+html #Titling h3, * html #Titling h3 {ldelim} font-weight: normal;} /* IE browsers */
    1318</style>
    1419  {/html_head}
     
    2833        </div>
    2934        <div class="description">
     35                                {if isset($cat.INFO_DATES) }
     36                                <p class="dates">{$cat.INFO_DATES}</p>
     37                                {/if}
    3038          <div class="text">
    31                                 {if isset($cat.INFO_DATES) }
    32                                 <p class="dates">{$cat.INFO_DATES}</p>
    33                                 {/if}
    34                                 <p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p>
     39          <p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p>
    3540                                {if not empty($cat.DESCRIPTION)}
    3641                                <p>{$cat.DESCRIPTION}</p>
Note: See TracChangeset for help on using the changeset viewer.