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
50355929
Commit
50355929
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes #5193 manually: checkbox and radio padding in .controls-row
parent
c6c1ada6
1 merge request
!5450
Fixed copy and paste caused typo in CAROUSEL DATA-API
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+5
-0
docs/assets/css/bootstrap.css
less/forms.less
+5
-0
less/forms.less
with
10 additions
and
0 deletions
+10
-0
docs/assets/css/bootstrap.css
+
5
-
0
View file @
50355929
...
...
@@ -1329,6 +1329,11 @@ textarea.span1,
float
:
left
;
}
.controls-row
.checkbox
[
class
*=
"span"
],
.controls-row
.radio
[
class
*=
"span"
]
{
padding-top
:
5px
;
}
input
[
disabled
],
select
[
disabled
],
textarea
[
disabled
],
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
5
-
0
View file @
50355929
...
...
@@ -312,6 +312,11 @@ textarea[class*="span"],
.row-fluid .controls-row [class*="span"] {
float: left;
}
// Explicity set top padding on all checkboxes/radios, not just first-child
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
padding-top: 5px;
}
...
...
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