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

fixes #4526: box-shadow on .radio and .checkbox if .control-group has a form field state

This commit is contained in:
Mark Otto
2012-08-21 14:22:26 -07:00
parent e2ecd2df6c
commit 190d3c9c3e
3 changed files with 32 additions and 6 deletions
+13
View File
@@ -597,6 +597,19 @@
<h1>Forms</h1>
</div>
<h4>Horizontal form errors</h4>
<form class="form-horizontal">
<div class="control-group error">
<label class="control-label" for="inputError">Radio with error</label>
<div class="controls">
<label class="radio">
<input type="radio" id="inputError"> Oh hai
</label>
<span class="help-inline">Please correct the error</span>
</div>
</div>
</form>
<div class="row">
<div class="span4">
<h4>Prepend and append on inputs</h4>