모바일: mobile.css 와 skin/(x)/style.css 중첩 처리
This commit is contained in:
@ -80,17 +80,17 @@
|
||||
/* 게시판 목록 */
|
||||
#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em}
|
||||
|
||||
#bo_list .td_chk {width:30px;text-align:center}
|
||||
#bo_list .td_group {width:100px;text-align:center}
|
||||
#bo_list .td_board {width:120px;text-align:center}
|
||||
#bo_list .td_num {width:50px;text-align:center}
|
||||
#bo_list .td_bignum {width:80px;text-align:center}
|
||||
#bo_list .td_mb_id {width:100px;text-align:center}
|
||||
#bo_list .td_nick {width:100px;text-align:center}
|
||||
#bo_list .td_name {width:100px;text-align:left}
|
||||
#bo_list .td_chk {width:30px;text-align:center}
|
||||
#bo_list .td_date {width:60px;text-align:center}
|
||||
#bo_list .td_datetime {width:110px;text-align:center}
|
||||
#bo_list .td_group {width:100px;text-align:center}
|
||||
#bo_list .td_mb_id {width:100px;text-align:center}
|
||||
#bo_list .td_mng {width:80px;text-align:center}
|
||||
#bo_list .td_name {width:100px;text-align:left}
|
||||
#bo_list .td_nick {width:100px;text-align:center}
|
||||
#bo_list .td_num {width:50px;text-align:center}
|
||||
#bo_list .td_numbig {width:80px;text-align:center}
|
||||
|
||||
#bo_list .txt_active {color:#5d910b}
|
||||
#bo_list .txt_expired {color:#ccc}
|
||||
|
||||
@ -6,5 +6,6 @@
|
||||
.lt {position:relative;float:left;margin-bottom:20px;padding-bottom:10px;width:354px;height:150px;border-bottom:1px solid #ddd}
|
||||
.lt ul {margin:0 0 10px;padding:0;list-style:none}
|
||||
.lt li {padding:3px 0}
|
||||
.lt_title {display:block;padding:10px 0 8px}
|
||||
.lt_more {position:absolute;top:10px;right:0}
|
||||
.lt .lt_title {display:block;padding:10px 0 8px}
|
||||
.lt .lt_more {position:absolute;top:10px;right:0}
|
||||
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
|
||||
@ -42,9 +42,6 @@
|
||||
.mbskin .bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
||||
.mbskin td.empty_table {padding:85px 0;text-align:center}
|
||||
|
||||
/* 필수입력 */
|
||||
.mbskin .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat}
|
||||
|
||||
/* 폼 테이블 */
|
||||
.mbskin .frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||
.mbskin .frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
|
||||
@ -60,18 +57,20 @@
|
||||
|
||||
.mbskin .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||
|
||||
.mbskin .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */
|
||||
|
||||
/* 테이블 항목별 정의 */
|
||||
.mbskin .td_chk {width:30px;text-align:center}
|
||||
.mbskin .td_group {width:100px;text-align:center}
|
||||
.mbskin .td_board {width:120px;text-align:center}
|
||||
.mbskin .td_num {width:50px;text-align:center}
|
||||
.mbskin .td_bignum {width:80px;text-align:center}
|
||||
.mbskin .td_mb_id {width:100px;text-align:center}
|
||||
.mbskin .td_nick {width:100px;text-align:center}
|
||||
.mbskin .td_name {width:100px;text-align:left}
|
||||
.mbskin .td_chk {width:30px;text-align:center}
|
||||
.mbskin .td_date {width:60px;text-align:center}
|
||||
.mbskin .td_datetime {width:110px;text-align:center}
|
||||
.mbskin .td_group {width:100px;text-align:center}
|
||||
.mbskin .td_mb_id {width:100px;text-align:center}
|
||||
.mbskin .td_mng {width:80px;text-align:center}
|
||||
.mbskin .td_name {width:100px;text-align:left}
|
||||
.mbskin .td_nick {width:100px;text-align:center}
|
||||
.mbskin .td_num {width:50px;text-align:center}
|
||||
.mbskin .td_numbig {width:80px;text-align:center}
|
||||
|
||||
.mbskin .txt_active {color:#5d910b}
|
||||
.mbskin .txt_expired {color:#ccc}
|
||||
|
||||
@ -55,9 +55,6 @@
|
||||
#poll_result_oth ul {margin:0;padding:0;list-style:none}
|
||||
#poll_result_oth a {display:block;padding:10px 0;border-bottom:1px solid #eee}
|
||||
|
||||
/* 필수입력 */
|
||||
#poll_result .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat}
|
||||
|
||||
/* 폼 테이블 */
|
||||
#poll_result .frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||
#poll_result .frm_tbl caption {padding:10px 0;font-weight:bold;text-align:left}
|
||||
@ -71,7 +68,9 @@
|
||||
#poll_result .frm_tbl #captcha input {margin-left:5px;text-align:center}
|
||||
#poll_result .frm_tbl a {text-decoration:none}
|
||||
|
||||
.frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||
#poll_result .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||
|
||||
#poll_result .required {background:url('../../../img/wrest.gif') #f7f7f7 top right no-repeat} /* 필수입력 */
|
||||
|
||||
#poll_result .btn_confirm {text-align:center} /* 서식단계 진행 */
|
||||
#poll_result .btn_submit {padding:0 10px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;vertical-align:middle;cursor:pointer}
|
||||
|
||||
Reference in New Issue
Block a user