Commit 14f688c7 authored by Mark Otto's avatar Mark Otto

fixes #8675: align horizontal form label and input

parent 51515e67
...@@ -1659,7 +1659,7 @@ select.input-small { ...@@ -1659,7 +1659,7 @@ select.input-small {
} }
.form-horizontal .control-label { .form-horizontal .control-label {
padding-top: 6px; padding-top: 9px;
} }
.form-horizontal .form-group:before, .form-horizontal .form-group:before,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -406,7 +406,7 @@ select { ...@@ -406,7 +406,7 @@ select {
// Horizontal forms are built on grid classes. // Horizontal forms are built on grid classes.
.form-horizontal .control-label { .form-horizontal .control-label {
padding-top: 6px; padding-top: 9px;
} }
.form-horizontal { .form-horizontal {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment