From aa98c00f65879fd3a46b66f5fa5953ae900c7a63 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 19 Feb 2013 20:15:22 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=A6=AC?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=2010,=20=EC=84=A4=EB=AC=B8=EC=A1=B0?= =?UTF-8?q?=EC=82=AC=20=EC=8A=A4=ED=82=A8=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 4 +++- skin/poll/basic/poll.skin.php | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/css/default.css b/css/default.css index 8e8fbe445..f114b2842 100644 --- a/css/default.css +++ b/css/default.css @@ -298,7 +298,9 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f #poll header p {padding:5px 0 10px} #poll ul {margin:0 0 10px;padding:5px 14px;list-style:none} #poll li {padding:3px 0} -#poll footer {padding:0 14px 14px;text-align:right} +#poll footer {padding:0 14px 14px} +#poll footer input {width:88px;height:24px;border:0;background:#4e5d60;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} +#poll footer a {display:inline-block;width:86px;height:22px;border:1px solid #ccc;background:#fafafa;text-align:center;line-height:2em} #poll footer a:focus, #poll footer a:hover {text-decoration:none !important} /* 설문조사 결과 (새창) */ diff --git a/skin/poll/basic/poll.skin.php b/skin/poll/basic/poll.skin.php index 17039df96..f4d8379a6 100644 --- a/skin/poll/basic/poll.skin.php +++ b/skin/poll/basic/poll.skin.php @@ -28,8 +28,8 @@ $po = sql_fetch(" select * from {$g4['poll_table']} where po_id = '$po_id' ");