Update radio button layout

This commit is contained in:
kaBeech
2023-03-19 15:28:04 -07:00
parent f48934e482
commit a3b2ce68ef

View File

@@ -52,15 +52,18 @@
</div> </div>
<br /> <br />
<div> <div>
Apply to Apply to...
<label for="entirePageRadio">entire page:</label> <div>
<label for="entirePageRadio">Entire page:</label>
<input <input
type="radio" type="radio"
name="applyTo" name="applyTo"
id="entirePageRadio" id="entirePageRadio"
value="entirePage" value="entirePage"
/> />
<label for="exampleTextOnlyRadio">example text only:</label> </div>
<div>
<label for="exampleTextOnlyRadio">Example text only:</label>
<input <input
type="radio" type="radio"
name="applyTo" name="applyTo"
@@ -69,6 +72,7 @@
checked checked
/> />
</div> </div>
</div>
<br /> <br />
<div> <div>
<label for="newExampleTextInput">Example Text:</label> <label for="newExampleTextInput">Example Text:</label>