aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.0.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-06-30 13:51:13 -0700
committerMark Otto <[email protected]>2011-06-30 13:51:13 -0700
commitc53e394f71e54359e204f4e5f35eecb93dac65ef (patch)
treecaf7c417e9feb5ea82e06a4ca513f0239eb264f8 /bootstrap-1.0.0.css
parentf725d60a76e6e9cca8e321589ad3d017f38965f4 (diff)
downloadbootstrap-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.css7
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