[FIX] Toggle text position

Remove: <td align="center> "This pushes toggle text out of position"
Add: style="margin: 0px 28px;" to span, Keep's text in place and centers toggle.
This commit is contained in:
nrpatten 2013-11-03 09:34:56 +11:00
parent d25cfb0001
commit ee284576b9

View File

@ -35,8 +35,8 @@
<input type="text" class="pin" name="search" value="{$HEIGHT|default:"%"}">
</fieldset>
</td>
<td align="center"><b>SHOW EMPTY ROUNDS</b><br><br>
<span class="toggle">
<td><b>SHOW EMPTY ROUNDS</b><br><br>
<span style="margin: 0px 28px;" class="toggle">
<label for="filter">
<input type="checkbox" class="ios-switch" name="filter" value="1" id="filter" {if $FILTER}checked{/if} />
<div class="switch"></div>