Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
node system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Mar 2009 at 23:12 UTC
Updated:
25 Jul 2009 at 11:38 UTC
Jump to comment: Most recent file
Comments
Comment #2
jody lynnThis bullet point is still bugging me.
Comment #3
zoen commentedThat bullet point bugs me too. It must be destroyed!!
This patch doesn't work with current HEAD. Its CSS fix depends on the offending bulleted list being inside div#node-admin-filter. But div#node-admin-filter is empty.
(Note: the content list has moved from admin/content/node to admin/content/content. I've updated that in the title of this issue.)
Comment #4
zoen commentedchx helped me track this weirdness down: function theme_node_filter_form() is useless. The filters are already themed by theme_node_filters(). So here's a new patch, which removes the function theme_node_filter_form() altogether in favor of theme_node_filters(). With this patch, div#node-admin-filter is wrapped around the filter form, so that your CSS fix applies successfully to the list of filters - and removes that evil, evil bullet point.
Please review! Be cruel!
Comment #5
Bojhan commentedhah, yhea lets remove that.
Comment #6
stborchertThe bullet will be removed with #356240: bullets appearing on UL lists with list-style-type: none.
Your patch is removing a function (and not all occureneces of this nasty bullet).
Comment #7
Bojhan commentedOke, lets fix it in the other issue then.