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' ");