1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 13:29:06 +02: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

View File

@@ -1630,6 +1630,7 @@ For example, <code><section></code> should be wrapped
<span class="help-inline">Something may have gone wrong</span>
</div>
</div>
<div class="control-group error">
<label class="control-label" for="inputError">Input with error</label>
<div class="controls">
@@ -1637,6 +1638,15 @@ For example, <code><section></code> should be wrapped
<span class="help-inline">Please correct the error</span>
</div>
</div>
<div class="control-group info">
<label class="control-label" for="inputInfo">Input with info</label>
<div class="controls">
<input type="text" id="inputInfo">
<span class="help-inline">Username is already taken</span>
</div>
</div>
<div class="control-group success">
<label class="control-label" for="inputSuccess">Input with success</label>
<div class="controls">