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

pwolanin’s picture

Issue summary: View changes
Priority: Normal » Minor
Status: Active » Closed (won't fix)

Seems minor and not worth potential disruption