쇼핑몰관리자: #270 조건 정렬 클래스명 수정

This commit is contained in:
whitedot
2013-06-12 11:18:56 +09:00
parent fdeca4afa9
commit c80440fc87
2 changed files with 8 additions and 7 deletions

View File

@ -101,7 +101,7 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
<a href="./ordercardhistory.php" class="btn_add_optional">전자결제내역</a>
</div>
<ul id="sodr_all_sort">
<ul id="sort_odr">
<li><a href="<?php echo title_sort("od_id", 1)."&amp;$qstr1"; ?>">주문번호<span class="sound_only"> 순 정렬</span></a></li>
<li><a href="<?php echo title_sort("od_name")."&amp;$qstr1"; ?>">주문자<span class="sound_only"> 순 정렬</span></a><br></li>
<li><a href="<?php echo title_sort("itemcount", 1)."&amp;$qstr1"; ?>">건수<span class="sound_only"> 순 정렬</span></a></li>

View File

@ -152,12 +152,6 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
#sodr_all {}
#sodr_all #btn_add {float:right}
#sodr_all_sort {float:left;margin:0;padding-left:1px;list-style:none;zoom:1}
#sodr_all_sort:after {display:block;visibility:hidden;clear:both;content:""}
#sodr_all_sort li {float:left;margin-bottom:-1px}
#sodr_all_sort 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}
#sodr_all_sort a:focus, #sodr_all_sort a:hover, #sodr_all_sort a:active {text-decoration:none}
#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}
#sodr_all_list th {text-align:center}
@ -420,6 +414,13 @@ fieldset button {padding:0 15px;height:23px;border:0;background:#617d46;color:#f
.anchor a {display:inline-block;border:1px solid #586267;background:#667379;padding:0 7px;height:30px;color:#fff;text-decoration:none;line-height:2.6em}
.anchor a:focus, .anchor a:hover {background:#434f54;text-decoration:none}
/* 리스트 정렬 */
#sort_odr {float:left;margin:0;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}
/* 테이블 */
table {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
caption {padding:10px 0 15px;font-weight:bold;text-align:left}