Closed
Bug 707312
Opened 14 years ago
Closed 14 years ago
Misaligned headers on demo submission form
Categories
(developer.mozilla.org Graveyard :: Demo Studio / Dev Derby, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
1.9
People
(Reporter: lorchard, Assigned: craigcook)
Details
(Whiteboard: u=user c=demos p=1)
The headers on the demo submission form are misaligned to the left.
Looks like there's this in CSS:
.submission .section > legend {
margin: 0 -18px;
}
Changing -18 to 0 seems to fix, but not sure if this affects other parts of the site
Reporter | ||
Updated•14 years ago
|
Target Milestone: --- → 1.9
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → craigcook.bugz
Updated•14 years ago
|
Whiteboard: u=user c=demos p=1
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 1•14 years ago
|
||
verified fixed https://developer.mozilla.org/en-US/demos/submit
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Version: MDN → unspecified
Updated•13 years ago
|
Component: Demos → Demo Studio / Dev Derby
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•