Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
Description
- <span>s are missing
The Text in the label has to be wrapped in a <span> to design for example a form with the labels text on left an the inputs on the right (gridlike)
e.g.
<label class="s" for="zip">
<span>Zip: </span>
<input type="text" id="zip" />
</label>
for details check: prototype/forms.html
Checklists
Acceptance criteria