Changeset 2657

Show
Ignore:
Timestamp:
10/04/08 18:33:17 (5 years ago)
Author:
vdigital
Message:

Comments list is correct (but it needs a hack for IE)

Location:
trunk/template/yoga
Files:
1 added
2 modified

Legend:

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

    r2482 r2657  
    3131                        <blockquote>{$comment.CONTENT}</blockquote> 
    3232                </div> 
     33    <div class="border">{* Sylvia needs that stupid dummy block *}&nbsp;</div> 
    3334        </div> 
    3435        {if isset($comment_separator)} 
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2655 r2657  
    33.content div.thumbnailCategory { height: 180px !important; /* Usable range 172px-250px , optimal : Thumbnail height + 30px */ } 
    44.content div.thumbnailCategory div.description .text { height: 130px !important; /* -42px than previous one */ } 
     5#comments div.thumbnailCategory div.illustration { width:220px !important; /* Usable range 219px-360px , optimal : Thumbnail width + 95px */ } 
    56 
    67/*  Sylvia Theme is close to the Roma Admin theme */ 
     
    5859#content .thumbnailCategory div.description { background:transparent url(images/cat_top-right.gif) no-repeat scroll right top; 
    5960margin: 0; padding:15px 10px 3px 0; overflow: hidden; } 
     61#content .thumbnailCategory div.border { background:transparent url(images/cat_bottom-right.gif) no-repeat scroll right bottom; 
     62height:7px; margin:0; overflow:hidden; padding:0; width:100%; } 
    6063#content .thumbnailCategory div.description .text { display:block; margin:10px 2px 0 0; 
    6164overflow: auto; overflow-x:hidden; padding:0 0 5px;  /* Only IE family supports colored scrollbar */