From 7a4af2006ef2470736342be4b42a88c627b75c7b Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 1 Aug 2007 08:40:25 +0000 Subject: [PATCH] =?UTF-8?q?=EC=B5=9C=EC=8B=A0=EA=B8=80=EC=9D=98=20XE=20?= =?UTF-8?q?=EA=B3=B5=EC=8B=9D=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83?= =?UTF-8?q?=EC=9A=A9=20=EC=9C=84=EC=A0=AF=EC=9D=98=20=EA=B5=AC=EC=84=B1=20?= =?UTF-8?q?=EC=9A=94=EC=86=8C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2113 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../newest_document/skins/xe_official/css/black.css | 8 +++++--- .../newest_document/skins/xe_official/css/white.css | 10 ++++++---- widgets/newest_document/skins/xe_official/list.html | 9 ++++++++- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/widgets/newest_document/skins/xe_official/css/black.css b/widgets/newest_document/skins/xe_official/css/black.css index d7096803e..195851f5f 100644 --- a/widgets/newest_document/skins/xe_official/css/black.css +++ b/widgets/newest_document/skins/xe_official/css/black.css @@ -1,10 +1,12 @@ -.latest { padding-bottom:15px; } +.latest { padding-bottom:15px; overflow:hidden; position:relative;} .latest h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#ffffff; background:url(../images/black/lineNotice.gif) no-repeat left bottom;} .latest ul {} -.latest ul li { position:relative; height:21px; background:url(../images/black/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden;} +.latest ul li { white-space:nowrap; height:21px; background:url(../images/black/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden;} .latest ul li a { color:#818181; text-decoration:none; } .latest ul li a:hover { text-decoration:underline; } -.latest ul li span { position:absolute; top:1px; right:9px; color:#999999; font:.8em Tahoma;} +.latest ul li span.comment { color:#999999; font:.8em Tahoma; margin-left:.3em;} +.latest ul li span.date { color:#999999; font:.8em Tahoma; margin-right:5px;} +.latest ul li span.writer { color:#999999; font-size:.9em; margin-left:.3em;} .latest .more { position:absolute; top:12px; right:11px; color:#818181; font:.8em Tahoma;} .latest a.more { text-decoration:none;} .latest a.more:hover { text-decoration:underline;} diff --git a/widgets/newest_document/skins/xe_official/css/white.css b/widgets/newest_document/skins/xe_official/css/white.css index 58c2003a4..2f5553ec7 100644 --- a/widgets/newest_document/skins/xe_official/css/white.css +++ b/widgets/newest_document/skins/xe_official/css/white.css @@ -1,10 +1,12 @@ -.latest { padding-bottom:15px; } +.latest { padding-bottom:15px; overflow:hidden; position:relative;} .latest h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/white/lineNotice.gif) no-repeat left bottom;} -.latest ul {} -.latest ul li { position:relative; height:21px; background:url(../images/white/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden;} +.latest ul { overflow:hidden; width:100%;} +.latest ul li { white-space:nowrap; height:21px; background:url(../images/white/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden;} .latest ul li a { color:#555555; text-decoration:none; } .latest ul li a:hover { text-decoration:underline; } -.latest ul li span { position:absolute; top:1px; right:9px; color:#999999; font:.8em Tahoma;} +.latest ul li span.comment { color:#999999; font:.8em Tahoma; margin-left:.3em;} +.latest ul li span.date { color:#999999; font:.8em Tahoma; margin-right:5px;} +.latest ul li span.writer { color:#999999; font-size:.9em; margin-left:.3em;} .latest .more { position:absolute; top:12px; right:11px; color:#54564b; font:.8em Tahoma;} .latest a.more { text-decoration:none;} .latest a.more:hover { text-decoration:underline;} diff --git a/widgets/newest_document/skins/xe_official/list.html b/widgets/newest_document/skins/xe_official/list.html index f1e479c9b..cfb2d94e4 100644 --- a/widgets/newest_document/skins/xe_official/list.html +++ b/widgets/newest_document/skins/xe_official/list.html @@ -12,7 +12,14 @@