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
f820de4b
Commit
f820de4b
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #7980 from burnsra/3.0.0-wip
Use base padding for input-group-addon class
parents
3160bd87
79666385
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
less/forms.less
+1
-1
less/forms.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/css/bootstrap.css
+
1
-
1
View file @
f820de4b
...
@@ -1579,7 +1579,7 @@ select:focus:invalid:focus {
...
@@ -1579,7 +1579,7 @@ select:focus:invalid:focus {
}
}
.input-group-addon
{
.input-group-addon
{
padding
:
6
px
8
px
;
padding
:
8
px
12
px
;
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
normal
;
font-weight
:
normal
;
line-height
:
1.428571429
;
line-height
:
1.428571429
;
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
1
-
1
View file @
f820de4b
...
@@ -359,7 +359,7 @@ select:focus:invalid {
...
@@ -359,7 +359,7 @@ select:focus:invalid {
// -------------------------
// -------------------------
.input-group-addon {
.input-group-addon {
.box-sizing(border-box);
.box-sizing(border-box);
padding:
6px 8px
;
padding:
@padding-base-vertical @padding-base-horizontal
;
font-size: @font-size-base;
font-size: @font-size-base;
font-weight: normal;
font-weight: normal;
line-height: @line-height-base;
line-height: @line-height-base;
...
...
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