Changeset 5741
- Timestamp:
- 04/11/08 01:28:43 (7 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
interface/owner/entry/index.php (modified) (1 diff)
-
style/admin/whitedream/post.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/entry/index.php
r5740 r5741 1001 1001 <dl class="protect-description"> 1002 1002 <dt><?php echo _t('보호글');?></dt> 1003 <dd><?php echo _t('보호글 에비밀번호를 설정합니다.');?></dd>1003 <dd><?php echo _t('보호글인 상태에서 한 번 더 아이콘을 눌러 비밀번호를 설정합니다.');?></dd> 1004 1004 </dl> 1005 1005 -
trunk/style/admin/whitedream/post.css
r5739 r5741 115 115 #data-description dl.protect-description 116 116 { 117 background-image : url("./image/icon_protected setting_single.gif");118 background-position : left 3px;119 background-repeat : no-repeat; 120 padding : 3px0 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; 121 121 } 122 122 … … 187 187 #part-post-list table.data-inbox tbody tr .title, 188 188 #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 190 191 { 191 192 border-left : 1px solid #E3E3DE;
