Changeset 5613

Show
Ignore:
Timestamp:
03/21/08 17:27:48 (7 months ago)
Author:
graphittie
Message:

#873

  • 관리자 화면의 댓글에 댓글 달기 버튼에 스타일을 적용.
Location:
trunk/style/admin/whitedream
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/style/admin/whitedream/post.css

    r5611 r5613  
    306306    color                            : #6B90C3; 
    307307    font-weight                      : bold; 
     308} 
     309 
     310#part-post-comment table.data-inbox tbody tr td.content .reply 
     311{ 
     312    background-image: url("./image/returncomment.gif"); 
     313    background-position: left center; 
     314    background-repeat: no-repeat; 
     315    display: block; 
     316    float: right; 
     317    padding-left: 11px; 
     318} 
     319 
     320#part-post-comment table.data-inbox tbody tr td.content .reply a 
     321{ 
     322    text-decoration: underline; 
    308323} 
    309324