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
727722da
Commit
727722da
authored
9 years ago
by
Patrick H. Lauke
Browse files
Options
Download
Email Patches
Plain Diff
Add form-control-legend
parent
255e89b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_forms.scss
+12
-0
scss/_forms.scss
with
12 additions
and
0 deletions
+12
-0
scss/_forms.scss
+
12
-
0
View file @
727722da
...
...
@@ -80,6 +80,18 @@ select.form-control {
margin-bottom
:
0
;
// Override the `<label>` default
}
//
// Legends
//
// For use with horizontal and inline forms, when you need the legend text to
// be the same size as regular labels, and to align with the form controls.
.form-control-legend
{
padding
:
$input-padding-y
$input-padding-x
;
margin-bottom
:
0
;
font-size
:
$font-size-base
;
}
// Todo: clear this up
...
...
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