diff options
| author | Mark Otto <[email protected]> | 2012-01-15 12:53:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-15 12:53:35 -0800 |
| commit | f43f2c0ea269e72251e7f858b44ccef966d079af (patch) | |
| tree | f7af1d72f9a4ace87baf77c1afb50c5c7ded7f90 /lib/forms.less | |
| parent | 6077b7678c8d21eeb4bc33bbfede20a4cc41fa11 (diff) | |
| download | bootstrap-f43f2c0ea269e72251e7f858b44ccef966d079af.tar.xz bootstrap-f43f2c0ea269e72251e7f858b44ccef966d079af.zip | |
fix grid sized horizontal form layout
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/forms.less b/lib/forms.less index ef4804afc..703accff8 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -469,16 +469,16 @@ input::-webkit-input-placeholder { // Float the labels left .control-group > label { float: left; - width: 120px; + width: 140px; padding-top: 5px; text-align: right; } // Move over all input controls and content .controls { - margin-left: 140px; + margin-left: 160px; } // Move over buttons in .form-actions to align with .controls .form-actions { - padding-left: 140px; + padding-left: 160px; } } |
