공통: 스타일 정리 중

This commit is contained in:
whitedot
2013-12-06 09:42:10 +09:00
parent 808908717d
commit a941936907
13 changed files with 37 additions and 47 deletions

View File

@ -45,11 +45,11 @@
#poll header p {padding:0}
#poll ul {margin:0 0 10px;padding:5px 10px;list-style:none}
#poll li {padding:3px 0}
#poll footer {padding:0 5px;text-align:center}
#poll footer input {width:49%;height:2.15em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none}
#poll footer a {display:inline-block;width:49%;height:2em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;text-align:center;line-height:2em}
#poll footer a:focus,
#poll footer a:hover {text-decoration:none !important}
#poll footer {padding:0 5px}
#poll footer:after {display:block;visibility:hidden;clear:both;content:""}
#poll footer input {float:left;width:49%;height:2.5em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none}
#poll footer a {display:inline-block;float:right;width:49%;height:2.4em;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;text-align:center;line-height:2.4em}
#poll footer a:focus, #poll footer a:hover {text-decoration:none !important}
/* 설문조사 결과 (새창) */
#poll_result section {padding:10px;border-bottom:1px solid #eee}
@ -67,13 +67,14 @@
#poll_result_list p span {position:absolute;top:5px;right:5%;width:60px;color:#68999c;text-align:right}
.poll_result_graph {position:relative;margin-right:5%;height:5px;background:#eee}
.poll_result_graph span {position:absolute;top:0;left:0;height:5px;background:#565e60;font-size:0.1em}
#poll_result_cmt {margin:0 auto;padding:15px 25px !important;background:#f7f7f7}
#poll_result_cmt h2 {text-align:center}
#poll_result_cmt {margin:0 auto;padding:15px !important;background:#f7f7f7}
#poll_result_cmt h2 {margin:0 0 20px;text-align:center}
#poll_result_cmt h3 {margin:0 auto 10px}
#poll_result_cmt article {margin:0 0 10px;border-bottom:1px solid #eee}
#poll_result_cmt h1 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#poll_result_cmt p {padding:5px 0}
#poll_result_cmt footer {text-align:right}
#poll_result_cmt .tbl_wrap {margin:0}
#poll_result_wcmt {margin:0 0 10px !important}
#poll_result_wcmt td {padding:0 0 5px;border:0}
#poll_result_wcmt input[type=text] {background:#fff !important}