From 64a0462b07f1976e101ad5fb9173e82cccbfa29c Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 16 Oct 2007 07:24:40 +0000 Subject: [PATCH] =?UTF-8?q?=EC=B5=9C=EA=B7=BC=20=EA=B2=8C=EC=8B=9C?= =?UTF-8?q?=EB=AC=BC=20=EC=9C=84=EC=A0=AF=EC=9D=98=20xe=5Fofficial=20?= =?UTF-8?q?=EC=8A=A4=ED=82=A8=EC=9D=98=20css=EB=B0=8F=20html=EC=9D=84=20?= =?UTF-8?q?=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2798 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- widgets/newest_document/skins/xe_official/css/black.css | 6 ++---- widgets/newest_document/skins/xe_official/css/white.css | 6 ++---- widgets/newest_document/skins/xe_official/list.html | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/widgets/newest_document/skins/xe_official/css/black.css b/widgets/newest_document/skins/xe_official/css/black.css index 7a21fa5da..48e773b17 100644 --- a/widgets/newest_document/skins/xe_official/css/black.css +++ b/widgets/newest_document/skins/xe_official/css/black.css @@ -2,16 +2,14 @@ .latest_black h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#ffffff; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;} .latest_black ul { } -.latest_black ul li { position:relative; height:21px; background:url(../images/black/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; } +.latest_black ul li { height:18px; background:url(../images/black/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;} -.latest_black ul li .title { position:relative; z-index:0; overflow:hidden; width:100%; white-space:nowrap;} .latest_black ul li .title a { color:#818181; text-decoration:none; } .latest_black ul li .title a:hover { text-decoration:underline; } .latest_black ul li .title span.comment { color:#FE6700; font:.8em Tahoma; } .latest_black ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; } -.latest_black ul li .date { position:relative; z-index:1; } -.latest_black ul li .date span { background:#FFFFFF; position:relative; z-index:1; padding:3px 5px 3px 12px; text-align:right; float:right; top:-16px; _top:-18px; color:#999999; font:.8em Tahoma; } +.latest_black ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;} .latest_black .more { position:absolute; top:12px; right:11px; color:#54564b; font:.8em Tahoma;} .latest_black a.more { text-decoration:none;} diff --git a/widgets/newest_document/skins/xe_official/css/white.css b/widgets/newest_document/skins/xe_official/css/white.css index 1469a3265..2bb442ec8 100644 --- a/widgets/newest_document/skins/xe_official/css/white.css +++ b/widgets/newest_document/skins/xe_official/css/white.css @@ -2,16 +2,14 @@ .latest_white h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/white/lineNotice.gif) no-repeat left bottom; font-size:1em;} .latest_white ul { } -.latest_white ul li { position:relative; height:21px; background:url(../images/white/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; } +.latest_white ul li { height:18px; background:url(../images/white/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;} -.latest_white ul li .title { position:relative; z-index:0; overflow:hidden; width:100%; white-space:nowrap;} .latest_white ul li .title a { color:#555555; text-decoration:none; } .latest_white ul li .title a:hover { text-decoration:underline; } .latest_white ul li .title span.comment { color:#FE6700; font:.8em Tahoma; } .latest_white ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; } -.latest_white ul li .date { position:relative; z-index:1; } -.latest_white ul li .date span { background:#FFFFFF; position:relative; z-index:1; padding:3px 5px 3px 12px; text-align:right; float:right; top:-16px; _top:-18px; color:#999999; font:.8em Tahoma; } +.latest_white ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;} .latest_white .more { position:absolute; top:12px; right:11px; color:#54564b; font:.8em Tahoma;} .latest_white a.more { text-decoration:none;} diff --git a/widgets/newest_document/skins/xe_official/list.html b/widgets/newest_document/skins/xe_official/list.html index 6c90c9c2c..66052215a 100644 --- a/widgets/newest_document/skins/xe_official/list.html +++ b/widgets/newest_document/skins/xe_official/list.html @@ -13,6 +13,7 @@