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 00:42:00 +0400
committerMark Otto <markotto@twitter.com>2012-08-22 00:42:00 +0400
commit6dc13573bf31f7bdfa954b3feb027cb2bd38eb13 (patch)
tree02648ea3fdca623dc9aa3d48296d5a118a040365 /less/tests/css-tests.html
parent1c134d9a7f28da89e451ea2c0649c0e3437579bc (diff)
add css tests and stuff for #4528
Diffstat (limited to 'less/tests/css-tests.html')
-rw-r--r--less/tests/css-tests.html20
1 files changed, 19 insertions, 1 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html
index 6786454cc7..4a9f67b097 100644
--- a/less/tests/css-tests.html
+++ b/less/tests/css-tests.html
@@ -622,7 +622,7 @@
</div>
</form>
</div><!--/span-->
- <div class="span6">
+ <div class="span4">
<h4>Prepend and append with uneditable</h4>
<form>
<div class="input-prepend">
@@ -640,6 +640,24 @@
</div>
</form>
</div><!--/span-->
+ <div class="span4">
+ <h4>Prepend with type="submit"</h4>
+ <form class="form-search">
+ <div class="input-append">
+ <input type="text" class="span2 search-query" value="" name="q">
+ <input type="submit" value="Search" class="btn">
+ </div>
+ </form>
+ <div class="input-append">
+ <input type="text" class="span2" value="" name="">
+ <input type="submit" value="Button" class="btn">
+ </div>
+ <div class="input-append">
+ <input type="text" size="16" id="appendedInputButtons" class="span2">
+ <input type="submit" value="Search" class="btn">
+ <button type="button" class="btn">Options</button>
+ </div>
+ </div><!--/span-->
</div><!--/row-->
<h4>Fluid prepended and appended inputs</h4>