4638: layout fixes in profile pages and search form

This commit is contained in:
following
2012-10-28 20:42:13 +01:00
parent b298bfccc0
commit 0166d346f6
6 changed files with 12 additions and 12 deletions

View File

@ -709,7 +709,7 @@ function switchAttributeCat2()
<tr>
<td></td>
<td colspan="2">
<table width="250px">
<table class="table" width="250px">
<tr>
<td><input type="checkbox" name="ft_name" id="ft_name" class="checkbox" value="1" {ft_name_checked} /> <label for="ft_name">{t}Name{/t}</label></td>
<td><input type="checkbox" name="ft_desc" id="ft_desc" class="checkbox" value="1" {ft_desc_checked} /> <label for="ft_desc">{t}Description{/t}</label></td>