Modify ↓
#2831 closed defect (duplicate)
Main plugin page layout broken in Safari
Reported by: | Owned by: | osimons | |
---|---|---|---|
Priority: | normal | Component: | CustomFieldAdminPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
In Safari, the 'Add Custom Field' on the main page of the plugin, does not correctly float to the right of the list of custom fields - instead the list of custom fields appears beneath it.
As this worked fine in Firefox, checking the code with Firebug, I found that there is a missing </div> for the 'Add Custom Field' box which needs putting in to correct the layout problem.
The additional </div> should be placed after the existing </div> on line 77 of the 'customfieldadmin.cs' file.
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by
Note: See
TracTickets for help on using
tickets.
(of #2830)