관리자 전체에 폼테이블 설정

This commit is contained in:
whitedot
2012-12-11 11:46:29 +09:00
parent ab92dbf532
commit 9e26428d65
9 changed files with 56 additions and 93 deletions

View File

@ -21,7 +21,8 @@ label {cursor:pointer}
.empty_table {padding:200px 0;text-align:center}
/* 레이아웃 */
body {background:#dfe4e6;overflow-y:scroll}
html {overflow-y:scroll}
body {background:#dfe4e6}
header {background:#2c2f34}
#logo {padding-top:7px;height:43px;text-align:center}
#home_link {z-index:2;position:absolute;top:50px;right:20px;zoom:1}
@ -49,6 +50,7 @@ textarea:focus, input:focus {padding:4px;border:0;background:#9aacb4;color:#fff}
select {padding:2px}
fieldset {padding:13px;border:1px solid #ced9de;background:#fff}
legend {margin-left:0;padding:7px 10px;border:1px solid #ced9de;background:#f6f9fa}
button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer}
/* 테이블 */
table {margin-bottom:20px;width:100%;border:1px solid #d5dcdf;background:#fff}
@ -57,5 +59,5 @@ caption p {color:#6b8088;font-size:0.75em}
th, td {border-bottom:1px solid #e9ecee;font:0.75em normal}
th label {display:block}
th {padding:10px;background:#f1f6f7}
.frm_tbl th {text-align:left}
.frm_tbl th {width:130px;text-align:left}
td {padding:10px}