Opened 15 years ago
Last modified 15 years ago
#299 closed defect (FIXED)
Possibly restore whitespace on forms
| Reported by: | Christopher Allan Webber | Owned by: | Jef van Schendel |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Keywords: | ||
| Cc: | Parent Tickets: |
Description
In commit b20fa83bc0ab9808ffcb8cee642a4cb3241a8558 I removed some spacing under .form_field_box ...This was mainly to keep there from being extra whitespace underneath the comment textarea before the button. However this also removed padding from the login/register forms. (I actually think it looks fine, but it wasn't an intentional change.)
.. raw:: html <del>
.form_field_box {
.. raw:: html </del>
margin-bottom: 24px;
.. raw:: html <del>
}
.. raw:: html </del>
Jef suggested I file a bug for this so he can decide whether he wants it back or not at his leisure. And so! :)

I've been playing around some more with the forms, and recently removed some div's and added a bunch of other elements. I'll close this bug since things look fine now.