diff options
| author | Mark Otto <[email protected]> | 2011-06-30 13:51:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-30 13:51:13 -0700 |
| commit | c53e394f71e54359e204f4e5f35eecb93dac65ef (patch) | |
| tree | caf7c417e9feb5ea82e06a4ca513f0239eb264f8 /bootstrap-1.0.0.css | |
| parent | f725d60a76e6e9cca8e321589ad3d017f38965f4 (diff) | |
| download | bootstrap-c53e394f71e54359e204f4e5f35eecb93dac65ef.tar.xz bootstrap-c53e394f71e54359e204f4e5f35eecb93dac65ef.zip | |
changing stacked forms to be lined up left side w/ 20px
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 |
