Changeset 2545 for trunk/template


Ignore:
Timestamp:
Sep 17, 2008, 11:13:08 PM (16 years ago)
Author:
vdigital
Message:

Tiny end line on tabsheets is removed.
rapid_local_synchro.png deleted (previous synchro big button)
And minor CSS Changes

Location:
trunk/template/yoga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/index.tpl

    r2513 r2545  
    55  <div class="titrePage">
    66    <ul class="categoryActions">
    7       <li>&nbsp;</li>
    87      {if !empty($image_orders) }
    98      <li>
  • trunk/template/yoga/mainpage_categories.tpl

    r2515 r2545  
    1515                                        {$cat.ICON_TS}
    1616                                </h3>
    17                                 {if isset($cat.INFO_DATES) }
    18                                 <p>{$cat.INFO_DATES}</p>
    19                                 {/if}
    20                                 <p>{$cat.CAPTION_NB_IMAGES}</p>
    21                                 {if not empty($cat.DESCRIPTION)}
    22                                 <p>{$cat.DESCRIPTION}</p>
    23                                 {/if}
     17        <div class="text">
     18                                {if isset($cat.INFO_DATES) }
     19                                <p class="dates">{$cat.INFO_DATES}</p>
     20                                {/if}
     21                                <p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p>
     22                                {if not empty($cat.DESCRIPTION)}
     23                                <p>{$cat.DESCRIPTION}</p>
     24                                {/if}
     25        </div>
    2426                        </div>
    2527                </div>
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2541 r2545  
    5353.content .thumbnailCategory div.illustration a { display: block; margin: 0; padding:20px 0 0 8px; }
    5454#content .thumbnailCategory div.description { background:transparent url(images/cat_top-right.gif) no-repeat scroll right top;
    55 margin:0; padding:15px 0 0 0; }
    56 #content .thumbnailCategory div.description p { overvflow: hidden; }
     55margin:0; padding:15px 10px 3px 0; overflow: hidden; }
    5756#content.content .thumbnailCategory div.description H3 { display: block; margin: 0; }
    5857#content ul.thumbnailCategories li:hover { background-color:#111; }
Note: See TracChangeset for help on using the changeset viewer.