From: Mark Otto Date: Tue, 21 Aug 2012 20:42:00 +0000 (-0700) Subject: add css tests and stuff for #4528 X-Git-Tag: v2.1.1~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dc13573bf31f7bdfa954b3feb027cb2bd38eb13;p=thirdparty%2Fbootstrap.git add css tests and stuff for #4528 --- diff --git a/less/forms.less b/less/forms.less index 77b5135a40..c766f5d9c2 100644 --- a/less/forms.less +++ b/less/forms.less @@ -510,16 +510,16 @@ input.search-query { .border-radius(0); // Override due to specificity } .form-search .input-append .search-query { - .border-radius(14px 0 0 14px) + .border-radius(14px 0 0 14px); } .form-search .input-append .btn { - .border-radius(0 14px 14px 0) + .border-radius(0 14px 14px 0); } .form-search .input-prepend .search-query { - .border-radius(0 14px 14px 0) + .border-radius(0 14px 14px 0); } .form-search .input-prepend .btn { - .border-radius(14px 0 0 14px) + .border-radius(14px 0 0 14px); } 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 @@ -
+

Prepend and append with uneditable

@@ -640,6 +640,24 @@
+
+

Prepend with type="submit"

+ +
+ + +
+
+ + + +
+

Fluid prepended and appended inputs