diff options
| author | Mark Otto <[email protected]> | 2011-08-20 23:56:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-20 23:56:32 -0700 |
| commit | 6db39d0ec3b48e299f8ced16e06bfa9e912b6be6 (patch) | |
| tree | c5b56516ed8ab268ccfa6e24761b014fbb6ca672 /lib/forms.less | |
| parent | 79bdb80543702348976a9cbd0c0b9bd2472fb148 (diff) | |
| download | bootstrap-6db39d0ec3b48e299f8ced16e06bfa9e912b6be6.tar.xz bootstrap-6db39d0ec3b48e299f8ced16e06bfa9e912b6be6.zip | |
fix error styles a bit on stacked form fields
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less index f958693fc..ae67acd00 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -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; |
