Add a label to the custom CSS checkbox.

This commit is contained in:
Nicolas Stepien 2013-04-09 18:50:29 +02:00
parent 354f566672
commit 3e7240dd79

View File

@ -673,7 +673,9 @@ Settings =
</fieldset> </fieldset>
<fieldset> <fieldset>
<legend><input type=checkbox name='Custom CSS' #{if Conf['Custom CSS'] then 'checked' else ''}> Custom CSS</legend> <legend>
<label><input type=checkbox name='Custom CSS' #{if Conf['Custom CSS'] then 'checked' else ''}> Custom CSS</label>
</legend>
<button id=apply-css>Apply CSS</button> <button id=apply-css>Apply CSS</button>
<textarea name=usercss class=field spellcheck=false #{if Conf['Custom CSS'] then '' else 'disabled'}></textarea> <textarea name=usercss class=field spellcheck=false #{if Conf['Custom CSS'] then '' else 'disabled'}></textarea>
</fieldset> </fieldset>