Changeset 149

Show
Ignore:
Timestamp:
11/12/08 19:38:14 (4 years ago)
Author:
Nafania
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • templates/reflection/comments_table.html

    r83 r149  
    66 
    77        <li id="comment-{comments_table_row.COMM_ID}" class="comment"> 
     8                <img src="{TEMPLATE_PATH}/images/comment.gif" alt="" class="comment_header" /> 
    89                <div class="commentLeftPart"> 
    910                        <a name="comm{comments_table_row.COMM_ID}"></a> 
  • templates/reflection/reflection.css

    r147 r149  
    567567 
    568568.comment { 
    569         margin: 3px 0px 20px 0px; 
    570         padding: 20px 10px 5px 10px; 
     569        margin: 20px 0px 20px 0px; 
     570        padding: 0px 10px 15px 10px; 
    571571        width: 92%; 
    572         background: #666 url(images/comment.gif) no-repeat left top; 
    573         margin-bottom:1em; 
    574         padding-bottom:10px; 
     572        background-color: #666; 
    575573        display: block; 
    576574        list-style:none; 
    577         } 
     575
     576 
     577.comment_header { 
     578        position:relative; 
     579        top:-13px; 
     580
    578581 
    579582.commentLeftPart {