Skip to:
Content

BuddyPress.org

Changeset 2177


Ignore:
Timestamp:
12/15/2009 08:24:11 AM (15 years ago)
Author:
apeatling
Message:

Fixing admin bar styles when in the wp-admin area. Fixes #1452

Location:
trunk/bp-themes/bp-default/_inc/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/adminbar.css

    r2172 r2177  
     1body {
     2    padding-top: 25px;
     3}
     4
    15#wp-admin-bar {
    26    position: fixed;
     
    1115        position: relative;
    1216        padding: 0;
    13         width: 90%;
     17        width: 100%;
    1418        min-width: 960px;
    1519        max-width: 1250px;
     
    3842    list-style: none;
    3943    margin: 0;
     44    padding: 0;
     45    line-height: 100%;
    4046}
    4147
     
    4551    text-decoration: none;
    4652    color: #f0f0f0;
     53    font-size: 11px;
    4754}
    4855    #wp-admin-bar li.no-arrow a {
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r2172 r2177  
    1414    max-width: 1250px;
    1515    margin: 0 auto;
     16    padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
    1617}
    1718    body.activity-permalink {
     
    7273}
    7374
     75/* > Admin Bar
     76-------------------------------------------------------------- */
     77
     78#wp-admin-bar .padder {
     79    width: 90% !important; /* Line up the admin bar with the content body in this theme */
     80}
     81
    7482/* > Header
    7583-------------------------------------------------------------- */
Note: See TracChangeset for help on using the changeset viewer.