1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02: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

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;