diff --git a/common/css/default.css b/common/css/default.css index f9667221b..f526befd6 100644 --- a/common/css/default.css +++ b/common/css/default.css @@ -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); } diff --git a/modules/board/tpl/board_insert.html b/modules/board/tpl/board_insert.html index 9955e470c..dacab7139 100644 --- a/modules/board/tpl/board_insert.html +++ b/modules/board/tpl/board_insert.html @@ -75,8 +75,8 @@ {$lang->use_category} - use_category=='Y')-->checked="checked" class="checkbox" /> - {$lang->about_use_category} + use_category=='Y')-->checked="checked" class="checkbox" id="fld_for_category" /> +