관리자: 폼테이블 기본 스타일 정의 및 테이블 그리드 적용

This commit is contained in:
whitedot
2013-02-15 13:57:56 +09:00
parent b4d855fdaf
commit 69452dc876
2 changed files with 53 additions and 5 deletions

View File

@ -42,7 +42,6 @@ h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"dotum";letter-spa
#snb a {display:inline-block;padding:5px 0;color:#e0e0e0;text-decoration:none}
/* gnb js off */
#gnb {}
#gnb ul {z-index:10}
.gnb_1depth {position:relative;margin-left:-1px;background:#383a3f;zoom:1}
@ -103,6 +102,17 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
.bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
/* 내용 없는 테이블 */
.empty_table {padding:200px 0;text-align:center}
/* 테이블 그리드 */
table .grid_1 {width:80px}
table .grid_2 {width:170px}
table .grid_3 {width:260px}
table .grid_4 {width:350px}
table .grid_5 {width:440px}
table .grid_6 {width:530px}
table .grid_7 {width:620px}
table .grid_8 {width:710px}
table .grid_9 {width:800px}
table .grid_10 {width:890px}
/* 버튼 */
.btn_confirm {margin-bottom:20px;text-align:center}
@ -141,7 +151,7 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
.adm_field_explain {display:block;padding:0 0 5px;color:#5b747e}
/* 폼 바로가기 */
.frm_list {margin:0 0 20px;padding:0 0 0 1px;zoom:1}
.frm_list {margin:0 0 10px;padding:0;zoom:1}
.frm_list:after {display:block;visibility:hidden;clear:both;content:""}
.frm_list li {float:left;margin-left:-1px;list-style:none}
.frm_list a {display:inline-block;border:1px solid #586267;background:#667379;padding:0 7px;height:30px;color:#fff;text-decoration:none;line-height:2.3em}
@ -149,7 +159,7 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
.frm_list a:hover {background:#434f54;text-decoration:none}
/* 폼 테이블 */
.frm_tbl th {width:130px;text-align:left;font-weight:normal}
.frm_tbl th {padding:0 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#eef2f3;text-align:left;font-weight:normal}
.frm_tbl textarea {height:150px}
#frm_extra label {display:inline-block;width:100px}
#frm_extra input {margin-right:10px}
@ -159,7 +169,7 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
/* 관리권한설정 목록 */
.td_menu {}
.td_auth {width:100px;text-align:center}
.td_auth_mbnick {width:200px;text-align:center}
.td_auth_mbnick {width:200px}
/* 회원관리 목록 */
.tbl_mb_list td {text-align:center}
/* 포인트관리 목록 */