Little more compact and cleaner form inputs
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<label>Location</label>
|
||||
<div class="edit online">
|
||||
<label>
|
||||
<input name="online" type="checkbox" #if($tour && $tour.online) checked #end value="true"/> <b>online tournament</b>
|
||||
<input name="online" class="inline" type="checkbox" #if($tour && $tour.online) checked #end value="true"/> online tournament
|
||||
</label>
|
||||
</div>
|
||||
<span class="info"></span>
|
||||
|
Reference in New Issue
Block a user