Little more compact and cleaner form inputs

This commit is contained in:
Claude Brisson
2024-04-11 18:47:20 +02:00
parent 755bee7558
commit 555c27275b
3 changed files with 8 additions and 5 deletions

View File

@@ -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"/>&nbsp;<b>online tournament</b>
<input name="online" class="inline" type="checkbox" #if($tour && $tour.online) checked #end value="true"/>&nbsp;online tournament
</label>
</div>
<span class="info"></span>