[wp-trac] [WordPress Trac] #15727: Theme CSS and admin bar list item conflicts
WordPress Trac
wp-trac at lists.automattic.com
Wed Dec 8 07:51:04 UTC 2010
#15727: Theme CSS and admin bar list item conflicts
----------------------------+-----------------------------------------------
Reporter: greenshady | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.1
Component: Administration | Version: 3.1
Severity: normal | Keywords: has-patch
----------------------------+-----------------------------------------------
Changes (by duck_):
* keywords: => has-patch
* milestone: Awaiting Review => 3.1
Comment:
The problem being that the admin bar styles don't specifically set these
values to 0/none, so even when the `#wpadminbar` ID is matched as the most
important style for the bar it doesn't actually override. Patch attached
worked in the following test placed at the bottom of Twenty Ten:
{{{
ul li {
margin-top: 5px;
padding-left: 10px;
list-style: disc outside none;
}
}}}
Probably want to check there aren't any other styles that need to be
overridden for #wpadminbar
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15727#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list