Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
f820de4b
Commit
f820de4b
authored
May 24, 2013
by
Mark Otto
Browse files
Options
Browse Files
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
with
2 additions
and
2 deletions
+2
-2
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+1
-1
less/forms.less
less/forms.less
+1
-1
No files found.
docs/assets/css/bootstrap.css
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
:
6px
8
px
;
padding
:
8px
12
px
;
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
normal
;
font-weight
:
normal
;
line-height
:
1.428571429
;
line-height
:
1.428571429
;
...
...
less/forms.less
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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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