Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
eef87c96
Commit
eef87c96
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
#3684
: reset width to auto for input type='image'
parent
348668ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-0
docs/assets/css/bootstrap.css
less/forms.less
+2
-1
less/forms.less
with
3 additions
and
1 deletion
+3
-1
docs/assets/css/bootstrap.css
+
1
-
0
View file @
eef87c96
...
...
@@ -873,6 +873,7 @@ input[type="checkbox"] {
cursor
:
pointer
;
}
input
[
type
=
"image"
],
input
[
type
=
"submit"
],
input
[
type
=
"reset"
],
input
[
type
=
"button"
],
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
2
-
1
View file @
eef87c96
...
...
@@ -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"],
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment