Forms
Individual form controls automatically receive some global styling. All textual <input>
, <textarea>
, and <select>
elements are set to width: 100%
, with a maximum of 400px
by default. Wrap labels and controls in .form-item
for optimum spacing.
Form fields are wrapped in a .form-wrapper
, for visual distance from other blocks.
Form buttons are wrapped in a .form-actions
so we can align them horizontally.