쇼핑몰: #324 주문상세보기 상태 설명 마크업

This commit is contained in:
whitedot
2013-11-08 16:44:44 +09:00
parent f4fbce8b6e
commit 8e35dbd4f3
2 changed files with 8 additions and 4 deletions

View File

@ -703,7 +703,11 @@ fieldset .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7
/* 주문상세내역 */
#sod_fin {}
#sod_fin_legend {padding:7px 5px 0;border:1px solid #e9e9e9;zoom:1}
#sod_sts_wrap {margin:0 0 10px;text-align:right}
#sod_sts_explan {display:none}
#sod_fin_legend {padding:7px 5px 0;border:1px solid #e9e9e9;text-align:left;zoom:1}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''}
#sod_fin_legend dt {clear:both;float:left;margin:0 0 5px;width:50px;font-weight:bold}
#sod_fin_legend dd {float:left;margin:0}