2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

fix error styles a bit on stacked form fields

This commit is contained in:
Mark Otto
2011-08-20 23:56:32 -07:00
parent 79bdb80543
commit 6db39d0ec3
4 changed files with 23 additions and 1 deletions
+7
View File
@@ -342,6 +342,13 @@ form.form-stacked {
}
}
}
div.error {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
margin-top: 0;
margin-left: -10px;
}
div.actions {
margin-left: -20px;
padding-left: 20px;