Closed Bug 319395 Opened 19 years ago Closed 18 years ago

form should not have a margin-bottom of 16px

Categories

(SeaMonkey :: UI Design, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 341891

People

(Reporter: mozilla, Assigned: jag+mozilla)

References

()

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051202 Fedora/1.5-0.fc4 Firefox/1.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20051206 SeaMonkey/1.5a

The form element has unexpected whitespace at the bottom.

Reproducible: Always

Steps to Reproduce:
create a <div> containing a <form> which contains a control.  Both buttons and edit boxes will do.  In the example URL I've highlighted the <div> and the <form>.
Actual Results:  
form shows a 16px margin-bottom

Expected Results:  
form should not have a margin

There is an easy workaround:
form {
  margin-bottom: 0px;
}
The URL now gives a 404.  But this sounds just like bug 341891.

*** This bug has been marked as a duplicate of 341891 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.