쇼핑몰관리자: 분류관리 분류명 입력 스타일 수정 및 table -> ul 변경 작업 중

This commit is contained in:
whitedot
2013-12-02 15:14:19 +09:00
parent 4c14444ff1
commit 3e19226de2
13 changed files with 240 additions and 216 deletions

View File

@ -109,9 +109,12 @@
#sit_btn_rec {background:#888;color:#fff}
/* 상품 상세보기 - 다른 상품 보기 */
#sit_siblings {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9;text-align:center}
#sit_siblings {margin:0 0 20px;padding:0 0 20px;border-bottom:1px solid #e9e9e9;text-align:center}
#sit_siblings:after {display:block;visibility:hidden;clear:both;content:""}
#sit_siblings h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#sit_siblings a {display:inline-block;margin:0 10px}
#sit_siblings a {display:inline-block;padding:8px 12px;background:#383838;color:#fff}
#sit_siblings a#siblings_prev {float:left}
#sit_siblings a#siblings_next {float:right}
#sit_siblings a span {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
/* 상품 상세보기 하단 버튼 */