Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
dblog.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Feb 2008 at 22:33 UTC
Updated:
16 Sep 2008 at 17:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
sunActually, no, it's dblog.css that's causing all form items to
float: left, which is not only slower, but also senseless, because only the form items in the filter form are styled.[removed my ugly, blindfolded comment]
Comment #2
sunDescription
If a contrib module is adding fields to the form on the page "Recent log entries" (admin/reports/dblog), the styles for the form items of the "Filter log messages" fieldset are applied to all fields of the whole form. This happens because the CSS selector in dblog.css is too ambiguous.
Attached patch fixes this bug.
Comment #3
drdrup commentedI've tried the patch: Magic!! Works perfectly!!
Thanks for solving it so fast!!
Comment #4
maartenvg commentedThis is still the case, let's first get in D7, then port it back to D6 and perhaps D5 as well.
Patch works flawlessly for D7. Given the triviality of sun's patch, I mark this RTBC.
Comment #5
dries commentedCommitted to CVS HEAD.
Comment #6
sunComment #7
sunmeh... already done: http://drupal.org/cvs?commit=137545
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.