Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 15 years ago

Last modified 10 years ago

#3014 closed defect (bug) (no action required)

Body top padding not leaving room for admin bar on wp-admin

Reported by: boonebgorges Owned by:
Priority: minor Milestone: 1.5
Component: Templates Version:
Severity: Keywords: reporter-feedback
Cc:

Description

The following declaration
body {

padding-top: 25px;

}

in bp-default's adminbar stylesheet is loaded too soon and thus is getting overridden by WP's dashboard reset stylesheets. Adding !important seems like a cop-out, thought perhaps it's warranted in this kind of case?

Change History (3)

#1 @DJPaul
16 years ago

  • Keywords reporter-feedback added

Everything seems splendid in current trunk. Am I missing this? It looks fine, and the padding-top *is* being applied to the body element and is not being overriden.

#2 @boonebgorges
15 years ago

  • Resolutioninvalid
  • Status newclosed

Working well on current trunk and WP 3.1.

#3 @DJPaul
10 years ago

  • Component Appearance - Template PartsTemplates
Note: See TracTickets for help on using tickets.