Created
August 11, 2013 22:20
-
-
Save gnuwilliam/6207153 to your computer and use it in GitHub Desktop.
gist for sudotrap
This file contains 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="form-group has-warning"> | |
<label class="control-label" for="inputWarning">Input with warning</label> | |
<input type="text" class="form-control" id="inputWarning"> | |
</div> | |
<div class="form-group has-error"> | |
<label class="control-label" for="inputError">Input with error</label> | |
<input type="text" class="form-control" id="inputError"> | |
</div> | |
<div class="form-group has-success"> | |
<label class="control-label" for="inputSuccess">Input with success</label> | |
<input type="text" class="form-control" id="inputSuccess"> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment