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
735001cb
Commit
735001cb
authored
Aug 01, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase horizontal padding on inputs given new font-size
parent
5637c6fb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
39 deletions
+39
-39
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap-responsive.css
+24
-24
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+13
-13
less/forms.less
less/forms.less
+1
-1
less/mixins.less
less/mixins.less
+1
-1
No files found.
docs/assets/css/bootstrap-responsive.css
View file @
735001cb
...
...
@@ -368,62 +368,62 @@
input
.span12
,
textarea
.span12
,
.uneditable-input.span12
{
width
:
11
60
px
;
width
:
11
56
px
;
}
input
.span11
,
textarea
.span11
,
.uneditable-input.span11
{
width
:
10
60
px
;
width
:
10
56
px
;
}
input
.span10
,
textarea
.span10
,
.uneditable-input.span10
{
width
:
9
60
px
;
width
:
9
56
px
;
}
input
.span9
,
textarea
.span9
,
.uneditable-input.span9
{
width
:
8
60
px
;
width
:
8
56
px
;
}
input
.span8
,
textarea
.span8
,
.uneditable-input.span8
{
width
:
7
60
px
;
width
:
7
56
px
;
}
input
.span7
,
textarea
.span7
,
.uneditable-input.span7
{
width
:
6
60
px
;
width
:
6
56
px
;
}
input
.span6
,
textarea
.span6
,
.uneditable-input.span6
{
width
:
5
60
px
;
width
:
5
56
px
;
}
input
.span5
,
textarea
.span5
,
.uneditable-input.span5
{
width
:
4
60
px
;
width
:
4
56
px
;
}
input
.span4
,
textarea
.span4
,
.uneditable-input.span4
{
width
:
3
60
px
;
width
:
3
56
px
;
}
input
.span3
,
textarea
.span3
,
.uneditable-input.span3
{
width
:
2
60
px
;
width
:
2
56
px
;
}
input
.span2
,
textarea
.span2
,
.uneditable-input.span2
{
width
:
1
60
px
;
width
:
1
56
px
;
}
input
.span1
,
textarea
.span1
,
.uneditable-input.span1
{
width
:
60
px
;
width
:
56
px
;
}
.thumbnails
{
margin-left
:
-30px
;
...
...
@@ -713,62 +713,62 @@
input
.span12
,
textarea
.span12
,
.uneditable-input.span12
{
width
:
71
4
px
;
width
:
71
0
px
;
}
input
.span11
,
textarea
.span11
,
.uneditable-input.span11
{
width
:
6
52
px
;
width
:
6
48
px
;
}
input
.span10
,
textarea
.span10
,
.uneditable-input.span10
{
width
:
5
90
px
;
width
:
5
86
px
;
}
input
.span9
,
textarea
.span9
,
.uneditable-input.span9
{
width
:
52
8
px
;
width
:
52
4
px
;
}
input
.span8
,
textarea
.span8
,
.uneditable-input.span8
{
width
:
46
6
px
;
width
:
46
2
px
;
}
input
.span7
,
textarea
.span7
,
.uneditable-input.span7
{
width
:
40
4
px
;
width
:
40
0
px
;
}
input
.span6
,
textarea
.span6
,
.uneditable-input.span6
{
width
:
3
42
px
;
width
:
3
38
px
;
}
input
.span5
,
textarea
.span5
,
.uneditable-input.span5
{
width
:
2
80
px
;
width
:
2
76
px
;
}
input
.span4
,
textarea
.span4
,
.uneditable-input.span4
{
width
:
21
8
px
;
width
:
21
4
px
;
}
input
.span3
,
textarea
.span3
,
.uneditable-input.span3
{
width
:
15
6
px
;
width
:
15
2
px
;
}
input
.span2
,
textarea
.span2
,
.uneditable-input.span2
{
width
:
9
4
px
;
width
:
9
0
px
;
}
input
.span1
,
textarea
.span1
,
.uneditable-input.span1
{
width
:
32
px
;
width
:
28
px
;
}
}
...
...
docs/assets/css/bootstrap.css
View file @
735001cb
...
...
@@ -938,7 +938,7 @@ input[type="color"],
.uneditable-input
{
display
:
inline-block
;
height
:
20px
;
padding
:
4px
;
padding
:
4px
6px
;
margin-bottom
:
9px
;
font-size
:
14px
;
line-height
:
20px
;
...
...
@@ -1187,73 +1187,73 @@ textarea,
input
.span12
,
textarea
.span12
,
.uneditable-input.span12
{
width
:
9
30
px
;
width
:
9
26
px
;
}
input
.span11
,
textarea
.span11
,
.uneditable-input.span11
{
width
:
8
50
px
;
width
:
8
46
px
;
}
input
.span10
,
textarea
.span10
,
.uneditable-input.span10
{
width
:
7
70
px
;
width
:
7
66
px
;
}
input
.span9
,
textarea
.span9
,
.uneditable-input.span9
{
width
:
6
90
px
;
width
:
6
86
px
;
}
input
.span8
,
textarea
.span8
,
.uneditable-input.span8
{
width
:
6
10
px
;
width
:
6
06
px
;
}
input
.span7
,
textarea
.span7
,
.uneditable-input.span7
{
width
:
5
30
px
;
width
:
5
26
px
;
}
input
.span6
,
textarea
.span6
,
.uneditable-input.span6
{
width
:
4
50
px
;
width
:
4
46
px
;
}
input
.span5
,
textarea
.span5
,
.uneditable-input.span5
{
width
:
3
70
px
;
width
:
3
66
px
;
}
input
.span4
,
textarea
.span4
,
.uneditable-input.span4
{
width
:
2
90
px
;
width
:
2
86
px
;
}
input
.span3
,
textarea
.span3
,
.uneditable-input.span3
{
width
:
2
10
px
;
width
:
2
06
px
;
}
input
.span2
,
textarea
.span2
,
.uneditable-input.span2
{
width
:
1
30
px
;
width
:
1
26
px
;
}
input
.span1
,
textarea
.span1
,
.uneditable-input.span1
{
width
:
50
px
;
width
:
46
px
;
}
.controls-row
{
...
...
less/forms.less
View file @
735001cb
...
...
@@ -80,7 +80,7 @@ input[type="color"],
.uneditable-input {
display: inline-block;
height: @baseLineHeight;
padding: 4px;
padding: 4px
6px
;
margin-bottom: 9px;
font-size: @baseFontSize;
line-height: @baseLineHeight;
...
...
less/mixins.less
View file @
735001cb
...
...
@@ -643,7 +643,7 @@
.spanX (0) {}
.span(@columns) {
width: ((@gridColumnWidth) * @columns) + (@gridGutterWidth * (@columns - 1)) - 1
0
;
width: ((@gridColumnWidth) * @columns) + (@gridGutterWidth * (@columns - 1)) - 1
4
;
}
input,
...
...
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