Skip to content
Justin edited this page Mar 10, 2014 · 2 revisions

General

Tables

Should only be used for tabulated data, never layout

Input Forms

Form field selection

In order to reduce complexity, avoid displaying unnecessary or optional fields. Display only the minimal fields necessary to complete a given action, and use dynamic display of optional fields as necessary.

Field Layouts

Fields should be floated to allow single column layout on low-res devices.

Label Alignment

Labels should be aligned over fields.