쇼핑몰: 사용후기 평점 선택 스타일 수정

This commit is contained in:
whitedot
2013-06-25 16:31:33 +09:00
parent ff378b420c
commit 5cb1c0519e
2 changed files with 2 additions and 1 deletions

View File

@ -540,6 +540,7 @@ td.empty_table {padding:85px 0;text-align:center}
#sit_use_write ul {margin:5px 0 0}
#sit_use_write li {margin:0 0 5px}
#sit_use_write li label {display:inline-block;width:80px}
#sit_use_write_star {margin:0;padding:0;list-style:none}
/* 상품 상세보기 - 상품문의 */
#sit_qa {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9}

View File

@ -63,7 +63,7 @@ include_once(G4_PATH.'/head.sub.php');
<tr>
<th scope="row">평가</th>
<td>
<ul>
<ul id="sit_use_write_star">
<li>
<input type="radio" name="is_score" value="10" id="is_score10" <?php echo ($is_score==10)?'checked="checked"':''; ?>>
<label for="is_score10">매우만족</label>