Closed (won't fix)
Project:
FileField
Version:
6.x-3.9
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2011 at 01:43 UTC
Updated:
21 Aug 2015 at 15:49 UTC
Jump to comment: Most recent
The label for the file field always displays above the file. This would be easily fixed in filefield_formatter.inc on line 136: change the <div> to a <span>. It could also be fixed by adding a .filefield-file { display: inline; } style, which would preserve potential custom theme issues but might not work as well in older browsers (like IE6).
Comments
Comment #1
pwolanin commentedSeems minor and not worth potential disruption