Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#530 closed defect (bug) (fixed)

How to fix the 1 pixel gab in admin bar

Reported by: sgrunt's profile sgrunt Owned by:
Milestone: Priority: minor
Severity: Version:
Component: Keywords: apeatling
Cc:

Description

The admin bar contains some 1 pixel gaps when you hover submenus

Change History (4)

#1 @sgrunt
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

open the admin-bar.css in the bp-core/css folder

here: #wp-admin-bar ul li ul li

use margin-top: -1px instead of margin-bottom: -1 px

and here: #wp-admin-bar ul li ul li ul li:first-child

add margin-top:-2px;

#2 @trent
15 years ago

  • Keywords apeatling added
  • Milestone set to Core 1.0
  • Resolution fixed deleted
  • Status changed from closed to reopened

Best not to set the ticket to closed until the fix is implemented into the core.

#3 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [1159]) Fixes #530 props sgrunt

#4 @(none)
15 years ago

  • Milestone Core 1.0 deleted

Milestone Core 1.0 deleted

Note: See TracTickets for help on using tickets.