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
30a01e0a
Commit
30a01e0a
authored
Aug 03, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9052 from liuyl/inputgroups
fix #9051
parents
4582eb70
4bbbf774
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
dist/css/bootstrap.css
dist/css/bootstrap.css
+3
-1
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
less/input-groups.less
less/input-groups.less
+2
-0
No files found.
dist/css/bootstrap.css
View file @
30a01e0a
...
...
@@ -2104,12 +2104,14 @@ input[type="button"].btn-block {
.input-group-addon.input-small
{
padding
:
5px
10px
;
font-size
:
12px
;
line-height
:
1.5
;
border-radius
:
3px
;
}
.input-group-addon.input-large
{
padding
:
10px
16px
;
font-size
:
18px
;
line-height
:
1.33
;
border-radius
:
6px
;
}
...
...
@@ -3318,7 +3320,7 @@ button.close {
.pagination
>
li
>
a
,
.pagination
>
li
>
span
{
float
:
left
;
padding
:
4
px
12px
;
padding
:
6
px
12px
;
line-height
:
1.428571429
;
text-decoration
:
none
;
background-color
:
#ffffff
;
...
...
dist/css/bootstrap.min.css
View file @
30a01e0a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
less/input-groups.less
View file @
30a01e0a
...
...
@@ -59,11 +59,13 @@
padding: @padding-small-vertical @padding-small-horizontal;
font-size: @font-size-small;
border-radius: @border-radius-small;
line-height: @line-height-small;
}
&.input-large {
padding: @padding-large-vertical @padding-large-horizontal;
font-size: @font-size-large;
border-radius: @border-radius-large;
line-height: @line-height-large;
}
// Nuke default margins from checkboxes and radios to vertically center within.
...
...
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