웹진형 위젯의 IE/FF 여백 조절이 다른 부분 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3139 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-12-03 05:47:11 +00:00
parent c83388c24c
commit 03006f144c
2 changed files with 6 additions and 12 deletions

View file

@ -1,18 +1,17 @@
.nw_box { padding-bottom:5px; overflow:hidden; position:relative;}
.nw_box { padding-bottom:5px; overflow:hidden; }
.nw_box h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; background:url(../images/normal/lineNotice.gif) no-repeat left bottom;}
.nw_box .more { position:absolute; top:12px; right:11px; color:#000000; font:.8em Tahoma;}
.nw_box a.more { text-decoration:none;}
.nw_box a.more:hover { text-decoration:underline;}
.nw_box .listTable { width:100%; table-layout:fixed; border:none;}
.nw_box .listTable tr td { border-bottom:1px dotted #DEDEDE; padding-bottom:3px; margin-bottom:3px; vertical-align:top; overflow:hidden; }
.nw_box .listTable tr td { border-bottom:1px dotted #DEDEDE; padding:0;margin:0; vertical-align:top; overflow:hidden; }
.nw_box .thumbnailBox { width:100%; border:none; }
.nw_box .thumbnailBox { width:100%; margin:0;padding:0;border:none; table-layout:fixed; }
.nw_box .thumbnailBox tr td { border-bottom:none; padding:none; margin:none; }
.nw_box .thumbnailBox .thumbnail { text-align:center; padding:6px; }
.nw_box .thumbnailBox .thumbnail { text-align:center; padding:5px; white-space:nowrap;}
.nw_box .thumbnailBox .thumbnail img { padding:4px; border:1px solid #DEDEDE; }
.nw_box .thumbnailBox .thumbnail img:hover { border:1px solid #54564b; }

View file

@ -20,12 +20,10 @@
<td <!--@if($widget_info->rows_list_count>1)-->class="bottomBorder"<!--@end-->><!--@if($oDocument->document_srl)-->
<table cellspacing="0" class="thumbnailBox">
<col width="{$widget_info->thumbnail_width+30}" />
<col width="{$widget_info->thumbnail_width+20}" />
<col />
<tr>
<td class="thumbnail" height="100">
<a href="{getUrl('','document_srl',$oDocument->document_srl)}"><img src="{$oDocument->getThumbnail($widget_info->thumbnail_width,$widget_info->thumbnail_height,$widget_info->thumbnail_type)}" border="0" alt="" /></a>
</td>
<td class="thumbnail" height="{$widget_info->thumbnail_height}"><a href="{getUrl('','document_srl',$oDocument->document_srl)}"><img src="{$oDocument->getThumbnail($widget_info->thumbnail_width,$widget_info->thumbnail_height,$widget_info->thumbnail_type)}" border="0" alt="" /></a></td>
<td class="desc">
<div class="titleBox">
@ -85,7 +83,4 @@
<!--@end-->
</div>
<!--@if($widget_info->module_name)-->
<a href="{getUrl('','mid',$widget_info->module_name)}" class="more">more</a>
<!--@end-->
</div>