Changeset 5741

Show
Ignore:
Timestamp:
04/11/08 01:28:43 (7 months ago)
Author:
inureyes
Message:

#920

  • 레이아웃 보정
  • 보호글 관련 하단 설명 변경
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/entry/index.php

    r5740 r5741  
    10011001                                        <dl class="protect-description"> 
    10021002                                            <dt><?php echo _t('보호글');?></dt> 
    1003                                             <dd><?php echo _t('보호글 비밀번호를 설정합니다.');?></dd> 
     1003                                            <dd><?php echo _t('보호글인 상태에서 한 번 더 아이콘을 눌러 비밀번호를 설정합니다.');?></dd> 
    10041004                                        </dl> 
    10051005                                         
  • trunk/style/admin/whitedream/post.css

    r5739 r5741  
    115115#data-description dl.protect-description 
    116116{ 
    117     background-image                 : url("./image/icon_protectedsetting_single.gif"); 
    118     background-position              : left 3px; 
    119     background-repeat                : no-repeat; 
    120     padding                          : 3px 0 1px 29px; 
     117    background-image                 : url("./image/icon_protected.gif"); 
     118    background-position              : left bottom; 
     119    background-repeat                : no-repeat; 
     120    padding                          : 0 0 1px 29px; 
    121121} 
    122122 
     
    187187#part-post-list table.data-inbox tbody tr .title, 
    188188#part-post-list table.data-inbox tbody tr .author, 
    189 #part-post-list table.data-inbox tbody tr .protect 
     189#part-post-list table.data-inbox tbody tr .protect, 
     190#part-post-list table.data-inbox tbody tr .trackback 
    190191{ 
    191192    border-left                      : 1px solid #E3E3DE;