쇼핑몰: #108 설문조사 스킨 표준화 및 스타일 완료

This commit is contained in:
whitedot
2013-04-30 19:10:25 +09:00
parent 51ef4d7ceb
commit cd954b7ff6
2 changed files with 7 additions and 7 deletions

View File

@ -98,10 +98,10 @@ include_once(G4_SHOP_PATH.'/shop.head.php');
</section>
<!-- 온라인 투표 -->
<?php echo poll('basic'); ?>
<?php echo poll('shop_basic'); ?>
<!-- 방문자 수 -->
<?php echo visit('basic'); ?>
<?php echo visit('shop_basic'); ?>
<section id="sbn_idx">
<h2>쇼핑몰 메인 배너</h2>

View File

@ -1,13 +1,13 @@
/* 설문조사 스킨 */
#poll {border-top:1px solid #e7f1ed}
#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 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:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:top;cursor:pointer}
#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}