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
9e9be2dc
Commit
9e9be2dc
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix
#2989
: clear .checkbox/.radio floats
parent
2dbce887
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+1
-0
docs/assets/css/bootstrap.css
less/forms.less
+1
-0
less/forms.less
with
2 additions
and
0 deletions
+2
-0
docs/assets/bootstrap.zip
+
0
-
0
View file @
9e9be2dc
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
1
-
0
View file @
9e9be2dc
...
@@ -729,6 +729,7 @@ input[type="hidden"] {
...
@@ -729,6 +729,7 @@ input[type="hidden"] {
}
}
.radio
,
.radio
,
.checkbox
{
.checkbox
{
overflow
:
auto
;
padding-left
:
18px
;
padding-left
:
18px
;
}
}
.radio
input
[
type
=
"radio"
],
.radio
input
[
type
=
"radio"
],
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
1
-
0
View file @
9e9be2dc
...
@@ -172,6 +172,7 @@ input[type="hidden"] {
...
@@ -172,6 +172,7 @@ input[type="hidden"] {
// Indent the labels to position radios/checkboxes as hanging
// Indent the labels to position radios/checkboxes as hanging
.radio,
.radio,
.checkbox {
.checkbox {
overflow: auto; // clear the floating input if there is no label text
padding-left: 18px;
padding-left: 18px;
}
}
.radio input[type="radio"],
.radio input[type="radio"],
...
...
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