사용자: 설문조사스킨 버튼 스타일

This commit is contained in:
whitedot
2013-01-17 14:45:59 +09:00
parent 954990b587
commit 423f090528

View File

@ -142,8 +142,8 @@ a {color:#000;text-decoration:none}
#poll ul {padding:5px 10px;background:#fff}
#poll li {margin:7px 0}
#poll footer {padding:10px 10px 15px;background:#fff;text-align:center}
#poll .btn_submit {height:24px;background:#494949;line-height:1.9em}
#poll .btn_cancel {height:22px;line-height:1.95em}
#poll .btn_submit {padding:0 10px;height:24px;background:#494949;font-weight:bold;line-height:1.9em}
#poll .btn_cancel {padding:0 7px;height:22px;line-height:1.95em}
/* 설문조사 결과 (새창) */
#poll_result section {margin:0 auto 20px;padding:10px;width:90%}
#poll_result h2 {margin:0;padding:20px 0}