2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #6553: example fix for validation states

This commit is contained in:
Mark Otto
2013-01-11 20:51:11 -08:00
parent 767a293b4d
commit b242ff7851
2 changed files with 20 additions and 0 deletions
+10
View File
@@ -1567,6 +1567,7 @@
<span class="help-inline">{{_i}}Something may have gone wrong{{/i}}</span>
</div>
</div>
<div class="control-group error">
<label class="control-label" for="inputError">{{_i}}Input with error{{/i}}</label>
<div class="controls">
@@ -1574,6 +1575,15 @@
<span class="help-inline">{{_i}}Please correct the error{{/i}}</span>
</div>
</div>
<div class="control-group info">
<label class="control-label" for="inputInfo">{{_i}}Input with info{{/i}}</label>
<div class="controls">
<input type="text" id="inputInfo">
<span class="help-inline">{{_i}}Username is already taken{{/i}}</span>
</div>
</div>
<div class="control-group success">
<label class="control-label" for="inputSuccess">{{_i}}Input with success{{/i}}</label>
<div class="controls">