Forums

[Plugin: WordPress Admin Bar] Minor display issue (5 posts)

  1. alexleonard
    Member
    Posted 3 months ago #

    Just noticed a small potential display issue on 3.1.6

    If the user has a generic rule for the styling of list-items such as

    ul li {list-style-type: square;}

    this will affect the look of the admin bar.

    perhaps the style rule of

    #wpabar ul li {
    float: left !important;
    margin: 0 !important;
    }

    should be changed to:

    #wpabar ul li {
    float: left !important;
    margin: 0 !important;
    list-style-type: none !important;
    list-style-image: none !important;
    }

    Or am I missing something obvious ;)

    Site affected: http://www.twopointfivebillion.com/

  2. Viper007Bond
    Member
    Posted 3 months ago #

    Thanks. I'll include this in my next release. :)

  3. alexleonard
    Member
    Posted 3 months ago #

    Ah cool. Glad I wasn't just being blind to something :)

    Lovely little plugin. Gets installed on every WP install I do!

  4. Viper007Bond
    Member
    Posted 3 months ago #

    Would list-style: none !important; not work?

  5. alexleonard
    Member
    Posted 3 months ago #

    You're absolutely right :)

Reply

You must log in to post.

About this Topic