공통: 주문서 작성 p 스타일 수정

This commit is contained in:
whitedot
2014-02-27 18:15:49 +09:00
parent 198ed6ecd2
commit 945d2156df
3 changed files with 13 additions and 9 deletions

View File

@ -478,11 +478,13 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
#sod_ws_act {text-align:center}
/* 주문서 작성 */
.display_setup_message {margin:0 0 10px;padding:15px;border:1px solid #fccdff;background:#ffeef9}
.display_setup_message strong {display:block;margin:0 0 10px}
#sod_frm {}
#sod_frm h2 {margin:0 0 10px}
#display_setup_message {padding:15px;border:1px solid #fccdff;background:#ffeef9}
#display_setup_message strong {display:block;margin:0 0 10px}
#sod_frm p {margin:0 0 10px}
#sod_list {position:relative}
#sod_list #cp_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll;overflow-x:none}

View File

@ -250,6 +250,8 @@ html.no-overflowscrolling #mod_option_frm {height:auto;max-height:10000px !impor
#sod_frm {}
#sod_frm h2 {margin:0 0 10px}
#sod_frm p {margin:0 0 10px}
#sod_list #cp_frm {z-index:10000;position:absolute;top:0;left:0;padding:10px;width:90%;height:auto !important;height:480px;max-height:480px;border:1px solid #c9c9c9;background:#f2f5f9;overflow-y:scroll}
html.no-overflowscrolling #cp_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */