Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-08-22 01:22:26 +0400
committerMark Otto <markotto@twitter.com>2012-08-22 01:22:26 +0400
commit190d3c9c3ec2528a09a9639154bf6ad95b0fc6f2 (patch)
tree8084ff1108525d3268cbdf0b7694349190dc61f6 /less/tests/css-tests.html
parente2ecd2df6cc65efa3e5c70727e9bae2fbe159687 (diff)
fixes #4526: box-shadow on .radio and .checkbox if .control-group has a form field state
Diffstat (limited to 'less/tests/css-tests.html')
-rw-r--r--less/tests/css-tests.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html
index 4a9f67b097..c922f07db3 100644
--- a/less/tests/css-tests.html
+++ b/less/tests/css-tests.html
@@ -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>