From ec0058f0cad106833c963a57041d17ce6ddfbb9b Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 25 Nov 2008 03:00:35 +0000 Subject: [PATCH] =?UTF-8?q?OSX=20=EC=82=AC=ED=8C=8C=EB=A6=AC=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=ED=94=8C=EB=9E=98=EB=8B=9B=20=EA=B8=80=EC=93=B0?= =?UTF-8?q?=EA=B8=B0=20=EB=B2=84=ED=8A=BC=EA=B3=BC=20=EC=9C=84=20=EC=98=B5?= =?UTF-8?q?=EC=85=98=EC=9D=B4=20=EA=B2=B9=EC=B3=90=20=EC=9E=88=EB=8A=94=20?= =?UTF-8?q?CSS=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= 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@4978 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/planet/skins/xe_planet/css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/planet/skins/xe_planet/css/default.css b/modules/planet/skins/xe_planet/css/default.css index ff52368a6..ca504123d 100644 --- a/modules/planet/skins/xe_planet/css/default.css +++ b/modules/planet/skins/xe_planet/css/default.css @@ -543,8 +543,8 @@ h1 a{ font-weight:bold; font-size:30px; color:#000; letter-spacing:-3px; text-de .writePost .writeBody dd.preview.off{ display:none;} .writePost .writeBody dd.preview p{ padding:5px 10px; border:1px solid #ccc; width:96%; background:#fff; color:#000; opacity:.5; filter:alpha(opacity=50);} .writePost .writeBody dd.preview p a{ color:#00f;} -.writePost .writeBody .writeOptions{ position:absolute; top:0; left:100%; margin-left:-105px;} -.writePost .writeBody .writeOptions p{ white-space:nowrap;} +.writePost .writeBody .writeOptions{ position:absolute; top:-8px; left:100%; margin-left:-105px;} +.writePost .writeBody .writeOptions p{ white-space:nowrap; margin:0; padding:0;} .writePost .writeBody .writeOptions input{ vertical-align:middle; width:13px; height:13px; margin-right:4px;} .writePost .writeBody button{ width:90px; height:68px; position:absolute; bottom:5px; right:15px; background-repeat:no-repeat;} .writePost .writeBody button span{ position:relative; display:block; *padding-top:20px; visibility:visible; width:auto; height:auto; text-align:center; font:bold 1.2em NanumGothic,"Malgun Gothic", AppleGothic, Dotum, Gulim, Sans-serifl;}