2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

changing stacked forms to be lined up left side w/ 20px

This commit is contained in:
Mark Otto
2011-06-30 13:51:13 -07:00
parent f725d60a76
commit c53e394f71
5 changed files with 26 additions and 14 deletions
+7
View File
@@ -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