쇼핑몰관리자: #204 주문상세 상품리스트 마크업 및 스타일 완료

This commit is contained in:
whitedot
2013-05-30 14:05:39 +09:00
parent 8cabd1593b
commit 303be577ad
2 changed files with 27 additions and 17 deletions

View File

@ -138,6 +138,13 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
#anc_sodr_addressee #od_b_addr1,
#anc_sodr_addressee #od_b_addr2 {margin:5px 0 0}
#sodr_ul {margin:0;padding:0;list-style:none}
#sodr_ul li {background:#f5f6fa;color:#000}
#sodr_ul th {border-top:0;text-align:center}
#sodr_ul td {background:#fff;color:#000}
#sodr_ul p {margin:5px 0 0;padding:14px;background:#565e60;color:#fff}
#sodr_ul p a {color:#fff;font-weight:bold;text-decoration:none}
/* 주문개별내역 */
#sodr_status {text-align:center}