Closed Bug 509825 Opened 15 years ago Closed 15 years ago

[IE7]:Upload design field is not aligned with other fields

Categories

(Websites :: creative.mozilla.org, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: krupa.mozbugs, Assigned: ryansnyder)

References

()

Details

Attachments

(1 file)

Attached image alignment
steps to reproduce:
1.Log into your MCC account
2.Click on "Post your design"
3.Notice the alignments of different fields in upload page

observed behavior:
Upload design field is not aligned with other fields in IE7
still looks broken with new IE specific style sheet
There's a wayward list item where there shouldn't be one, possibly an artifact from the previous version of the upload form. Currently it's:

<li class="step" id="step1">
  <fieldset>
    <legend><span>First, yadda yadda</span></legend>
    <li>
      <p class="note">We accept etc etc</p>
      <p><input type="file" id="work-file" name="image"></p>
    </li>
  </fieldset>
</li>

But it should be:

<li class="step" id="step1">
  <fieldset>
    <legend><span>First, yadda yadda</span></legend>
    <p class="note">We accept etc etc</p>
    <p><input type="file" id="work-file" name="image"></p>
  </fieldset>
</li>
Assignee: nobody → ryan
Thanks Craig!  Updated HTML accordingly.

==

Sending        views/designs/designs_add.php
Transmitting file data .
Committed revision 49028.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
verified
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: