사용자: merge & 설문조사결과 스킨 보완

This commit is contained in:
whitedot
2013-01-18 10:08:24 +09:00
parent 46f3fb553d
commit 4731127e97
2 changed files with 4 additions and 6 deletions

View File

@ -83,6 +83,7 @@ $sql_common = " gr_id = '{$_POST['gr_id']}',
bo_use_ip_view = '{$_POST['bo_use_ip_view']}',
bo_use_list_view = '{$_POST['bo_use_list_view']}',
bo_use_list_content = '{$_POST['bo_use_list_content']}',
bo_use_email = '{$_POST['bo_use_email']}',
bo_table_width = '{$_POST['bo_table_width']}',
bo_subject_len = '{$_POST['bo_subject_len']}',
bo_page_rows = '{$_POST['bo_page_rows']}',
@ -127,9 +128,6 @@ $sql_common = " gr_id = '{$_POST['gr_id']}',
bo_9 = '{$_POST['bo_9']}',
bo_10 = '{$_POST['bo_10']}' ";
if (isset($_POST['bo_use_email']))
$sql_common .= ", bo_use_email = '{$_POST['bo_use_email']}'";
if ($w == '') {
$row = sql_fetch(" select count(*) as cnt from {$g4['board_table']} where bo_table = '{$bo_table}' ");

View File

@ -143,7 +143,7 @@ a {color:#000;text-decoration:none}
/* 설문조사 결과 (새창) */
#poll_result section {padding:15px;width:90%}
#poll_result h2 {margin:0;padding:20px 0}
#poll_result_list {margin:0 auto;border:1px solid #ddd;border-bottom:0}
#poll_result_list {margin:0 auto;border:1px solid #ddd}
#poll_result_list h2 {text-align:center}
#poll_result_list dl,
#poll_result_list dt,
@ -157,7 +157,7 @@ a {color:#000;text-decoration:none}
#poll_result_list p span {position:absolute;top:5px;right:5%;width:80px;text-align:right}
.poll_result_graph {position:relative;margin-right:5%;height:5px;background:#ddd}
.poll_result_graph span {position:absolute;top:0;left:0;height:100%;background:#ff4679}
#poll_result_cmt {margin:0 auto 20px;border:1px solid #ddd;background:#f7f7f7}
#poll_result_cmt {margin:0 auto 20px;border:1px solid #ddd;border-top:0;background:#f7f7f7}
#poll_result_cmt h2 {text-align:center}
#poll_result_cmt article {margin:0 18px 15px;border-bottom:1px solid #e7e7e7}
#poll_result_cmt h1 {display:inline-block;margin:0 10px 0 0;padding:0}
@ -376,7 +376,7 @@ a {color:#000;text-decoration:none}
#bo_vc article {margin:0 10px;padding:0 0 20px;border-bottom:1px solid #ddd}
#bo_vc header {position:relative;zoom:1}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header img {position:absolute;top:0;left:-30px}
#bo_vc header img {position:absolute;top:0;left:-20px}
#bo_vc h1 {float:left;margin:15px 0 10px}
.bo_vc_info {float:left;margin:15px 0 10px 15px;zoom:1}
.bo_vc_info:after {display:block;visibility:hidden;clear:both;content:""}