관리자: #470 조건정렬 스타일 추가2

This commit is contained in:
whitedot
2013-06-12 11:31:34 +09:00
parent 7d27542775
commit 9211dcea6a
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
<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("od_name")."&amp;$qstr1"; ?>">주문자<span class="sound_only"> 순 정렬</span></a></li>
<li><a href="<?php echo title_sort("itemcount", 1)."&amp;$qstr1"; ?>">건수<span class="sound_only"> 순 정렬</span></a></li>
<li><a href="<?php echo title_sort("orderamount", 1)."&amp;$qstr1"; ?>">주문합계<span class="sound_only"> 순 정렬</span></a></li>
<li><a href="<?php echo title_sort("ordercancel", 1)."&amp;$qstr1"; ?>">주문취소<span class="sound_only"> 순 정렬</span></a></li>

View File

@ -415,7 +415,7 @@ 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;padding-left:1px;list-style:none;zoom:1}
#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}