]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
#3684: reset width to auto for input type='image'
authorMark Otto <markotto@twitter.com>
Tue, 5 Jun 2012 03:27:42 +0000 (20:27 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 5 Jun 2012 03:27:42 +0000 (20:27 -0700)
docs/assets/css/bootstrap.css
less/forms.less

index a9cd5ae4ad1f102c7e02816ee9d292ff62723bd4..fe957d19f1d3d4288ac7b966ddbfd0a525e85776 100644 (file)
@@ -873,6 +873,7 @@ input[type="checkbox"] {
   cursor: pointer;
 }
 
+input[type="image"],
 input[type="submit"],
 input[type="reset"],
 input[type="button"],
index 10c586ee080f5646c80f0154c4b16b6bcbdb6c6a..633ad45517acf40915ff359043765626d711b69f 100644 (file)
@@ -139,7 +139,8 @@ input[type="checkbox"] {
   cursor: pointer;
 }
 
-// Reset width of input buttons, radios, checkboxes
+// Reset width of input images, buttons, radios, checkboxes
+input[type="image"],
 input[type="submit"],
 input[type="reset"],
 input[type="button"],