diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/responsive-767px-max.less | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less index 3202c1905..eebecb8e4 100644 --- a/less/responsive-767px-max.less +++ b/less/responsive-767px-max.less @@ -132,24 +132,26 @@ } // Remove the horizontal form styles - .form-horizontal .control-group > label { - float: none; - width: auto; - padding-top: 0; - text-align: left; - } - // Move over all input controls and content - .form-horizontal .controls { - margin-left: 0; - } - // Move the options list down to align with labels - .form-horizontal .control-list { - padding-top: 0; // has to be padding because margin collaspes - } - // Move over buttons in .form-actions to align with .controls - .form-horizontal .form-actions { - padding-left: 10px; - padding-right: 10px; + .form-horizontal { + .control-label { + float: none; + width: auto; + padding-top: 0; + text-align: left; + } + // Move over all input controls and content + .controls { + margin-left: 0; + } + // Move the options list down to align with labels + .control-list { + padding-top: 0; // has to be padding because margin collaspes + } + // Move over buttons in .form-actions to align with .controls + .form-actions { + padding-left: 10px; + padding-right: 10px; + } } // Modals |
