mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#223 웹진형 스킨에서 테이블이 깨어지는 것은 display_no의 값이 불필요하게 추가된 부분이라 이 부분 재수정 하였습니다. 그리고 댓글들에서 이름이나 날짜옆에 점이 노출되는 li style문제도 수정하였습니다
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2746 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4b64a4bec2
commit
27fb2efd26
5 changed files with 21 additions and 18 deletions
|
|
@ -189,7 +189,7 @@ Jeong, Chan Myeong 070601~070630
|
|||
#trackbacks address .date { font:.8em Tahoma; color:#cccccc; float:right;}
|
||||
|
||||
#reply { padding:.6em .6em; color:#666666; border:1px solid #e0e1db; margin-top:.5em;}
|
||||
#reply li { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE; }
|
||||
#reply li { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE; list-style:none; }
|
||||
#reply p { display:inline; margin-bottom:1em;}
|
||||
#reply .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0;}
|
||||
#reply .author a { color:#3074a5; margin-right:.3em; text-decoration:none; }
|
||||
|
|
@ -200,7 +200,8 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
#reply .replyContent { clear:left; }
|
||||
#reply .replyContent p { display:block; }
|
||||
#reply .replyContent li { padding:0; border:none; line-height:1.25em; }
|
||||
#reply .replyContent ul li { padding:0; border:none; line-height:1.25em; list-style:disc;}
|
||||
#reply .replyContent ol li { padding:0; border:none; line-height:1.25em; list-style:decimal;}
|
||||
#reply .reply { background-color:#FAFAFA;}
|
||||
#reply .replyIndent { background:url(../images/common/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;}
|
||||
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ Jeong, Chan Myeong 070601~070630
|
|||
#trackbacks address .date { font:.8em Tahoma; color:#cccccc; float:right;}
|
||||
|
||||
#reply { padding:.6em .6em; color:#666666; border:1px solid #e0e1db; margin-top:.5em;}
|
||||
#reply li { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE; }
|
||||
#reply li { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE; list-style:none;}
|
||||
#reply p { display:inline; margin-bottom:1em;}
|
||||
#reply .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0;}
|
||||
#reply .author a { color:#3074a5; margin-right:.3em; text-decoration:none; }
|
||||
|
|
@ -200,7 +200,8 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
#reply .replyContent { clear:left; }
|
||||
#reply .replyContent p { display:block; }
|
||||
#reply .replyContent li { padding:0; border:none; line-height:1.25em; }
|
||||
#reply .replyContent ul li { padding:0; border:none; line-height:1.25em; list-style:disc;}
|
||||
#reply .replyContent ol li { padding:0; border:none; line-height:1.25em; list-style:decimal;}
|
||||
#reply .reply { background-color:#FAFAFA;}
|
||||
#reply .replyIndent { background:url(../images/common/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardList tr.notice td.notice { font-size:.9em; color:#999999; font-weight:bold; text-align:center;}
|
||||
.boardList td.thumb { padding:8px; width:145px; table-layout:fixed; white-space:nowrap;}
|
||||
.boardList td.thumb * { vertical-align:middle;}
|
||||
.boardList td.title {padding-left:1em; height:1em; border-bottom:none;}
|
||||
.boardList td.title {padding-left:1em; height:1em; }
|
||||
.boardList td.title strong.category { font-size:1em; background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat right 3px; padding-right:.5em; margin-right:.5em;}
|
||||
.boardList td.title.bold { font-size:1.2em; font-weight:bold;}
|
||||
.boardList td.title.bold a { position:relative; top:.3em;}
|
||||
|
|
@ -194,7 +194,7 @@ Jeong, Chan Myeong 070601~070630
|
|||
#trackbacks address .date { font:.8em Tahoma; color:#cccccc; float:right;}
|
||||
|
||||
#reply { padding:.6em .6em; color:#666666; border:1px solid #e0e1db; margin-top:.5em;}
|
||||
#reply li { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE; }
|
||||
#reply li { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE; list-style:none; }
|
||||
#reply p { display:inline; margin-bottom:1em;}
|
||||
#reply .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0;}
|
||||
#reply .author a { color:#3074a5; margin-right:.3em; text-decoration:none; }
|
||||
|
|
@ -205,7 +205,8 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
#reply .replyContent { clear:left; }
|
||||
#reply .replyContent p { display:block; }
|
||||
#reply .replyContent li { padding:0; border:none; line-height:1.25em; }
|
||||
#reply .replyContent ul li { padding:0; border:none; line-height:1.25em; list-style:disc;}
|
||||
#reply .replyContent ol li { padding:0; border:none; line-height:1.25em; list-style:decimal;}
|
||||
#reply .reply { background-color:#FAFAFA;}
|
||||
#reply .replyIndent { background:url(../images/common/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;}
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@
|
|||
<col width="{$module_info->thumbnail_width+20}" />
|
||||
<col />
|
||||
<!--@if($module_info->display_author!='N')--><col width="120" /><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><col width="70" /><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><col width="70" /><!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')--><col width="90" /><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><col width="60" /><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><col width="60" /><!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')--><col width="80" /><!--@end-->
|
||||
<!--@if($module_info->display_last_update == 'Y')--><col width="90" /><!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -141,17 +141,16 @@
|
|||
<!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td><!--@end-->
|
||||
</tr>
|
||||
<!--@if($document->thumbnailExists(100))-->
|
||||
{@ $_col_count = 6}
|
||||
{@ $_col_count = 1}
|
||||
<!--@else-->
|
||||
{@ $_col_count = 7}
|
||||
{@ $_col_count = 2}
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($module_info->display_number=='N')-->{@ $_col_count --; }<!--@end-->
|
||||
<!--@if($module_info->display_author=='N')-->{@ $_col_count --; }<!--@end-->
|
||||
<!--@if($module_info->display_readed_count=='N')-->{@ $_col_count --; }<!--@end-->
|
||||
<!--@if($module_info->display_voted_count=='N')-->{@ $_col_count --; }<!--@end-->
|
||||
<!--@if($module_info->display_regdate=='N')-->{@ $_col_count --; }<!--@end-->
|
||||
<!--@if($module_info->display_last_update=='N')-->{@ $_col_count --; }<!--@end-->
|
||||
<!--@if($module_info->display_author!='N')-->{@ $_col_count ++; }<!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')-->{@ $_col_count ++; }<!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')-->{@ $_col_count ++; }<!--@end-->
|
||||
<!--@if($module_info->display_regdate!='N')-->{@ $_col_count ++; }<!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')-->{@ $_col_count ++; }<!--@end-->
|
||||
<tr class="bg{($no+1)%2+1}">
|
||||
<td colspan="{$_col_count}" class="summary"><a href="{getUrl('','document_srl',$document->document_srl)}">{$document->getSummary(120)}</a> </td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue