From c53e394f71e54359e204f4e5f35eecb93dac65ef Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 30 Jun 2011 13:51:13 -0700 Subject: changing stacked forms to be lined up left side w/ 20px --- bootstrap-1.0.0.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bootstrap-1.0.0.css') 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 -- cgit v1.2.3