diff options
Diffstat (limited to 'bootstrap-1.0.0.css')
| -rw-r--r-- | bootstrap-1.0.0.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index fe3e12fd9..6d5536c05 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -862,6 +862,9 @@ ul.inputs-list li:first-child { ul.inputs-list input[type=radio], ul.inputs-list input[type=checkbox] { margin-bottom: 0; } +form.form-stacked { + padding-left: 20px; +} form.form-stacked fieldset { padding-top: 9px; } @@ -893,6 +896,10 @@ form.form-stacked ul.inputs-list li label { font-weight: normal; padding-top: 0; } +form.form-stacked div.actions { + margin-left: -20px; + padding-left: 20px; +} /* * Tables.less * Tables for, you guessed it, tabular data |
