diff --git a/skin/poll/shop_basic/style.css b/skin/poll/shop_basic/style.css index e46faafff..e21f4fc12 100644 --- a/skin/poll/shop_basic/style.css +++ b/skin/poll/shop_basic/style.css @@ -38,17 +38,18 @@ /* ### 기본 스타일 커스터마이징 끝 ### */ /* 설문조사 스킨 */ -#poll {border-bottom:1px solid #dde4e9} -#poll header {position:relative;padding:15px 14px 0} +#poll {margin:0 0 20px} +#poll header {position:relative} #poll h2 {} -#poll header .btn_admin {margin-top:5px;width:158px;text-align:center} +#poll header .btn_admin {margin-top:5px;padding:8px 0;width:100%;text-align:center} #poll header p {padding:5px 0 0} -#poll ul {margin:0 0 10px;padding:5px 14px;list-style:none} +#poll ul {margin:0 0 10px;padding:5px 0;list-style:none} #poll li {padding:3px 0} -#poll footer {padding:0 14px 14px} -#poll footer input {width:88px;height:27px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer} -#poll footer a {display:inline-block;width:86px;height:25px;border:1px solid #ccc;background:#fafafa;text-align:center;line-height:2.2em} -#poll footer a:focus, #poll footer a:hover {text-decoration:none !important} +#poll footer {text-align:right} +#poll footer input {width:80px;height:24px;border:0;background:#333;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} /* 설문조사 결과 (새창) */ #poll_result {}