Created
February 6, 2012 23:03
-
-
Save bensmithett/1755721 to your computer and use it in GitHub Desktop.
form layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="inputgroup"> | |
<label for="someinput">Blah</label> | |
<div class="inputs"> | |
<input type="text" name="someinput" id="someinput" /> | |
<!-- more inputs + paragraphs, smalls, whatever! --> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One
.inputgroup
per input. Unless you want to associate a single label with multiple inputs (eg for radio buttons), then I put those all inside the one.input