[wp-trac] [WordPress Trac] #16667: Admin Bar CSS Override Bugs

WordPress Trac wp-trac at lists.automattic.com
Fri Feb 25 21:28:53 UTC 2011


#16667: Admin Bar CSS Override Bugs
--------------------------+-------------------------
 Reporter:  JohnONolan    |       Owner:  JohnONolan
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  3.1.1
Component:  UI            |     Version:  3.1
 Severity:  normal        |  Resolution:
 Keywords:  ui-feedback   |
--------------------------+-------------------------

Comment (by JohnONolan):

 Workaround for oversized user/site image

 {{{
 add_action('admin_head', 'nav_bar_fix');

 function nav_bar_fix() {
 echo '
 <style type="text/css">
 #wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar > a img
 {width:16px; height 16px;}
 </style>
 ';
 }
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16667#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list