mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
add extra states to the form examples
This commit is contained in:
+18
-4
@@ -1103,19 +1103,33 @@
|
||||
</div>
|
||||
</div><!-- /clearfix -->
|
||||
<div class="clearfix error">
|
||||
<label for="xlInput2">Input with error</label>
|
||||
<label for="errorInput">Input with error</label>
|
||||
<div class="input">
|
||||
<input class="xlarge error" id="xlInput2" name="xlInput2" size="30" type="text" />
|
||||
<input class="xlarge error" id="errorInput" name="errorInput" size="30" type="text" />
|
||||
<span class="help-inline">Small snippet of help text</span>
|
||||
</div>
|
||||
</div><!-- /clearfix -->
|
||||
<div class="clearfix error">
|
||||
<label for="xlInput2">Input with error</label>
|
||||
<label for="errorInput2">Input with error</label>
|
||||
<div class="input">
|
||||
<input class="xlarge error" id="xlInput2" name="xlInput2" size="30" type="text" />
|
||||
<input class="xlarge error" id="errorInput2" name="errorInput2" size="30" type="text" />
|
||||
<span class="help-inline">Small snippet of help text</span>
|
||||
</div>
|
||||
</div><!-- /clearfix -->
|
||||
<div class="clearfix success">
|
||||
<label for="successInput">Input with success</label>
|
||||
<div class="input">
|
||||
<input class="xlarge error" id="successInput" name="successInput" size="30" type="text" />
|
||||
<span class="help-inline">Success!</span>
|
||||
</div>
|
||||
</div><!-- /clearfix -->
|
||||
<div class="clearfix warning">
|
||||
<label for="warningInput">Input with warning</label>
|
||||
<div class="input">
|
||||
<input class="xlarge error" id="warningInput" name="warningInput" size="30" type="text" />
|
||||
<span class="help-inline">Ruh roh!</span>
|
||||
</div>
|
||||
</div><!-- /clearfix -->
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>Example form legend</legend>
|
||||
|
||||
Reference in New Issue
Block a user