쇼핑몰: #137 상품주문 주문서 작성 표준화 및 스타일 완료

This commit is contained in:
whitedot
2013-05-07 11:41:39 +09:00
parent c8a7bb8617
commit 5a2371be39
2 changed files with 105 additions and 100 deletions

View File

@ -249,7 +249,7 @@ td.empty_table {padding:85px 0;text-align:center}
.frm_tbl textarea,
.frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f5f6fa;vertical-align:middle}
.frm_input:focus,
input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important;color:#fff}
input.required:focus {border:1px solid #b8c9c2;background:#21272e !important;color:#fff}
.frm_tbl textarea {width:90%;height:150px}
.frm_address {display:block;margin-top:5px}
.frm_file {display:block;margin-bottom:5px}
@ -596,6 +596,14 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important
#sod_frm_same {margin:0 0 10px}
#sod_frm_paysel {padding:10px;border:1px solid #e9e9e9;background:#f5f6fa;text-align:center}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#settle_bank {margin:10px 0 0}
#settle_bank .frm_input {background:#fff !important}
#settle_bank .frm_input:focus {color:#000}
#sod_frm_escrow {margin:30px 0 0}
/* 주문내역 */
#sod_v {}
#sod_v .basic_tbl {text-align:center}