Forms
Simple CSS for HTML Forms
2.1 Typical Form
With a containning label and containning the form element.
- .required - This group is required to submit the form.
.required
<dl class="form-typical {{modifier}}">
<dt><label>Example Text</label></dt>
<dd><input type="text" class="textfield" value="Example Value" /></dd>
</dl>