쇼핑몰관리자: #217 조건 정렬 수정
This commit is contained in:
@ -150,7 +150,6 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
|
||||
|
||||
/* 주문통합내역 */
|
||||
#sodr_all {}
|
||||
#sodr_all #btn_add {float:right}
|
||||
|
||||
#sodr_all_list {clear:both;margin:0;padding:10px 0 0;border-top:25px solid #f7f7f7;list-style:none}
|
||||
#sodr_all_list li {margin:0 0 10px;border-bottom:25px solid #f7f7f7}
|
||||
@ -376,9 +375,9 @@ fieldset .btn_submit:focus {height:21px;background:#555;line-height:1.7em}
|
||||
.btn_ft a {display:inline-block;padding:0 15px;height:28px;background:#617d46;color:#fff;text-decoration:none;line-height:2.4em;vertical-align:middle}
|
||||
.btn_ft a:focus {background:#555}
|
||||
|
||||
#btn_add {margin-bottom:10px;text-align:right}
|
||||
#btn_add a {display:inline-block;padding:0 15px;height:30px;border:0;background:#ff3061;color:#fff;text-decoration:none;line-height:2.5em;vertical-align:middle}
|
||||
#btn_add .btn_add_optional {background:#617d46 !important}
|
||||
.btn_add {margin-bottom:10px;text-align:right}
|
||||
.btn_add a {display:inline-block;padding:0 15px;height:30px;border:0;background:#ff3061;color:#fff;text-decoration:none;line-height:2.5em;vertical-align:middle}
|
||||
.btn_add .btn_add_optional {background:#617d46 !important}
|
||||
|
||||
/* 필수입력 */
|
||||
.required {background:url('../img/wrest.gif') #f6f9fa top right no-repeat !important}
|
||||
@ -415,16 +414,22 @@ fieldset button {padding:0 15px;height:23px;border:0;background:#617d46;color:#f
|
||||
.anchor a:focus, .anchor a:hover {background:#434f54;text-decoration:none}
|
||||
|
||||
/* 리스트 정렬 */
|
||||
#sort_odr {float:left;margin:0 0 10px;padding-left:1px;list-style:none;zoom:1}
|
||||
#sort_odr:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sort_odr li {float:left;margin-bottom:-1px}
|
||||
#sort_odr a {display:block;position:relative;margin-left:-1px;padding:8px 0 6px;width:70px;border:1px solid #e9e9e9;background:#f5f6fa;color:#000;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
|
||||
#sort_odr a:focus, #sort_odr a:hover, #sort_odr a:active {text-decoration:none}
|
||||
.sort_odr {float:left;margin:0 0 10px;padding-left:1px;list-style:none;zoom:1}
|
||||
.sort_odr:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.sort_odr li {float:left;margin-bottom:-1px}
|
||||
.sort_odr a {display:block;position:relative;margin-left:-1px;padding:8px 0 6px;width:70px;border:1px solid #e9e9e9;background:#f5f6fa;color:#000;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
|
||||
.sort_odr a:focus, .sort_odr a:hover, .sort_odr a:active {text-decoration:none}
|
||||
|
||||
.sort_with {float:right}
|
||||
|
||||
#sort_mb {width:800px}
|
||||
|
||||
#sort_sodr {width:600px}
|
||||
|
||||
/* 테이블 */
|
||||
table {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||
caption {padding:10px 0 15px;font-weight:bold;text-align:left}
|
||||
thead th {padding:12px 0 8px;border-top:1px solid #e9e9e9;background:#f3f6f7}
|
||||
thead th {padding:12px 0 8px;border-bottom:1px solid #666;background:#565e60;color:#fff}
|
||||
thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||
tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
|
||||
tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
||||
|
||||
Reference in New Issue
Block a user