Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2009 01:01:04 AM (15 years ago)
Author:
apeatling
Message:

Admin bar CSS updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/css/admin-bar.css

    r1052 r1066  
    1111    text-align: left !important;
    1212    background:url(../images/admin_bar_back.gif) #818181 repeat-x !important;
     13    font: 12px normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif !important;
     14    font-weight: normal !important;
    1315}
    1416
     
    2527}
    2628
     29#wp-admin-bar li {
     30    list-style: none !important;
     31    margin: 0 !important;
     32}
     33
    2734#wp-admin-bar li * {
    2835    font: 12px normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif !important;
     
    3340#wp-admin-bar li a {
    3441    padding: 6px 25px 7px 15px !important;
     42    font: 12px normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif !important;
     43    font-weight: normal !important;
    3544}
    3645    #wp-admin-bar li.no-arrow a {
     
    6170    float: left !important;
    6271    background: url( ../images/admin-menu-arrow.gif ) 88% 53% no-repeat;
     72    position: relative;
    6373}
    6474    #wp-admin-bar ul li.no-arrow {
Note: See TracChangeset for help on using the changeset viewer.