Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
36b82c37
Commit
36b82c37
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Implement #11174 to fix
#10936
: increase height of large inputs to fix Firefox inconsistencies
parent
61c641ea
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/css/bootstrap.css
+6
-6
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/variables.less
+1
-1
less/variables.less
with
8 additions
and
8 deletions
+8
-8
dist/css/bootstrap.css
+
6
-
6
View file @
36b82c37
...
...
@@ -2070,7 +2070,7 @@ textarea.input-sm {
}
.input-lg
{
height
:
4
5
px
;
height
:
4
6
px
;
padding
:
10px
16px
;
font-size
:
18px
;
line-height
:
1.33
;
...
...
@@ -2078,8 +2078,8 @@ textarea.input-sm {
}
select
.input-lg
{
height
:
4
5
px
;
line-height
:
4
5
px
;
height
:
4
6
px
;
line-height
:
4
6
px
;
}
textarea
.input-lg
{
...
...
@@ -3884,7 +3884,7 @@ input[type="button"].btn-block {
.input-group-lg
>
.form-control
,
.input-group-lg
>
.input-group-addon
,
.input-group-lg
>
.input-group-btn
>
.btn
{
height
:
4
5
px
;
height
:
4
6
px
;
padding
:
10px
16px
;
font-size
:
18px
;
line-height
:
1.33
;
...
...
@@ -3894,8 +3894,8 @@ input[type="button"].btn-block {
select
.input-group-lg
>
.form-control
,
select
.input-group-lg
>
.input-group-addon
,
select
.input-group-lg
>
.input-group-btn
>
.btn
{
height
:
4
5
px
;
line-height
:
4
5
px
;
height
:
4
6
px
;
line-height
:
4
6
px
;
}
textarea
.input-group-lg
>
.form-control
,
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
36b82c37
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
1
View file @
36b82c37
...
...
@@ -157,7 +157,7 @@
@input-color-placeholder: @gray-light;
@input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 2);
@input-height-large: (
floor
(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
@input-height-large: (
ceil
(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);
@legend-color: @gray-dark;
...
...
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
Menu
Explore
Projects
Groups
Snippets