Changeset 2550


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

Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/theme/roma/theme.css

    r2545 r2550  
    115115 scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111;
    116116 scrollbar-arrow-color: #ff3333; }
    117 html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
    118117#menubar .selected a { color: #f70; }
    119118#menubar .selected a:hover { color: #f36; border-bottom: 1px solid #f33;}
     
    136135#menubar ul { color: #333; margin:10px 0pt 3px 9px;
    137136  list-style-type: square; list-style-position: inside; padding: 0 0 0 2px; }
     137/* hacks */
     138html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
  • trunk/language/fr_FR/common.lang.php

    r2522 r2550  
    344344$lang['Category results for'] = 'Résultats des catégories pour';
    345345$lang['Tag results for'] = 'Résultats des tags pour';
    346 $lang['from %s to %s'] = 'de %s à %s';
     346$lang['from %s to %s'] = 'du %s au %s';
    347347$lang['start_play'] = 'Lecture du diaporama';
    348348$lang['stop_play'] = 'Pause du diaporama';
  • 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>
  • trunk/template/yoga/default-layout.css

    r2492 r2550  
    275275}
    276276#theHeader {text-align: center;}
     277#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
  • trunk/template/yoga/footer.tpl

    r2381 r2550  
    2020  {/if}
    2121
    22 </div> <!-- copyright -->
     22
    2323{if isset($footer_elements)}
    2424{foreach from=$footer_elements item=v}
     
    2727{/if}
    2828</div> <!-- the_page -->
    29 
    30 {if isset($debug.QUERIES_LIST)}{$debug.QUERIES_LIST}{/if}
     29{if isset($debug.QUERIES_LIST)}
     30<div id="debug">
     31{$debug.QUERIES_LIST}
     32</div>
     33{/if}
     34</div> <!-- copyright -->
    3135</body>
    3236</html>
  • trunk/template/yoga/mainpage_categories.tpl

    r2545 r2550  
    2929{/foreach}
    3030</ul>
    31 
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2545 r2550  
    11/* $Id$ */
    2 .content div.thumbnailCategory div.illustration { width:190px !important; /* Usable range 162px-360px , optimal : Thumbnail width + 40px */ }
     2.content div.thumbnailCategory div.illustration { width:165px !important; /* Usable range 162px-360px , optimal : Thumbnail width + 40px */ }
    33.content div.thumbnailCategory { height: 180px !important; /* Usable range 172px-250px , optimal : Thumbnail height + 30px */ }
     4.content div.thumbnailCategory div.description .text { height: 130px !important; /* -42px than previous one */ }
     5
    46/*  Sylvia Theme is close to the Roma Admin theme */
    57BODY, H1, H3, DT, INPUT.rateButtonSelected { color:#ddd; }
     
    5355.content .thumbnailCategory div.illustration a { display: block; margin: 0; padding:20px 0 0 8px; }
    5456#content .thumbnailCategory div.description { background:transparent url(images/cat_top-right.gif) no-repeat scroll right top;
    55 margin:0; padding:15px 10px 3px 0; overflow: hidden; }
     57margin: 0; padding:15px 10px 3px 0; overflow: hidden; }
     58#content .thumbnailCategory div.description .text { margin: 10px 2px 0 0; padding:-10px 0 5px 0;
     59overflow: auto; overflow-x: hidden;  /* Only IE family supports colored scrollbar */
     60 scrollbar-face-color: #222; scrollbar-shadow-color: #444; scrollbar-highlight-color: #000;
     61 scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111;
     62 scrollbar-arrow-color: #f70; }
     63.content div.thumbnailCategory div.description p.dates { margin: 0 15px 0 15px; text-align: right; }
    5664#content.content .thumbnailCategory div.description H3 { display: block; margin: 0; }
    5765#content ul.thumbnailCategories li:hover { background-color:#111; }
Note: See TracChangeset for help on using the changeset viewer.