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/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.