Skip to content
GitLab
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
4c3e7690
Commit
4c3e7690
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
jankify the IE7 horizontal forms a bit more to account for no labels before .controls, per
#2728
parent
cbd77d0a
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
+3
-0
docs/assets/css/bootstrap.css
less/forms.less
+3
-0
less/forms.less
with
6 additions
and
0 deletions
+6
-0
docs/assets/bootstrap.zip
+
0
-
0
View file @
4c3e7690
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
3
-
0
View file @
4c3e7690
...
...
@@ -1186,6 +1186,9 @@ legend + .control-group {
*
margin-left
:
0
;
*
padding-left
:
20px
;
}
.form-horizontal
.controls
:first-child
{
*
padding-left
:
160px
;
}
.form-horizontal
.help-block
{
margin-top
:
9px
;
margin-bottom
:
0
;
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
3
-
0
View file @
4c3e7690
...
...
@@ -548,6 +548,9 @@ legend + .control-group {
*display: inline-block;
*margin-left: 0;
*padding-left: 20px;
&:first-child {
*padding-left: 160px;
}
}
// Remove bottom margin on block level help text since that's accounted for on .control-group
.help-block {
...
...
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