사용자: 리디자인 10, 설문조사 스킨 스타일
This commit is contained in:
@ -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}
|
||||
/* 설문조사 결과 (새창) */
|
||||
|
||||
@ -28,8 +28,8 @@ $po = sql_fetch(" select * from {$g4['poll_table']} where po_id = '$po_id' ");
|
||||
<? } ?>
|
||||
</ul>
|
||||
<footer>
|
||||
<input type="submit" class="btn_submit" value="투표하기">
|
||||
<a href="<?=G4_BBS_URL."/poll_result.php?po_id=$po_id&skin_dir=$skin_dir"?>" class="btn_cancel" target="_blank" onclick="poll_result(this.href); return false;">결과보기</a>
|
||||
<input type="submit" value="투표하기">
|
||||
<a href="<?=G4_BBS_URL."/poll_result.php?po_id=$po_id&skin_dir=$skin_dir"?>" target="_blank" onclick="poll_result(this.href); return false;">결과보기</a>
|
||||
</footer>
|
||||
</section>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user