영문에서 label이 checkbox에 너무 붙어서 보기 어려운 점 개선

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2792 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2007-10-16 02:27:25 +00:00
parent 0772165c63
commit 78822b0df8
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ IE7 & IE6 & Below
html { width:100%; }
body { margin:0; font-size:.75em; font-family:sans-serif;}
img { border:none; }
label { cursor:pointer; }
label { cursor:pointer; position:relative; left:5px; }
form { margin:0; padding:0; }
.iePngFix { behavior:url(./common/js/iePngFix.htc); }

View file

@ -75,8 +75,8 @@
<tr>
<th scope="row">{$lang->use_category}</th>
<td>
<input type="checkbox" name="use_category" value="Y" <!--@if($module_info->use_category=='Y')-->checked="checked"<!--@end--> class="checkbox" />
{$lang->about_use_category}
<input type="checkbox" name="use_category" value="Y" <!--@if($module_info->use_category=='Y')-->checked="checked"<!--@end--> class="checkbox" id="fld_for_category" />
<label for="fld_for_category">{$lang->about_use_category}</label>
</td>
</tr>
<tr>