Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#15216 closed defect (bug) (fixed)

Fix for missing admin bar search input margins

Reported by: chrisjean's profile chrisjean Owned by:
Milestone: 3.1 Priority: normal
Severity: normal Version: 3.1
Component: UI Keywords: has-patch
Focuses: Cc:

Description

Depending on theme styling, text inputs could have top, bottom, or left margins set. However, the styling for the adminbar-input class only constrains the right margin, allowing the theme styling to bump the vertical positioning of the input down.

The attached patch simply sets the top, bottom, and left margins to 0 so that the input positioning is not affected by theme styling.

Attachments (1)

fix-admin-bar-search-margin.diff (642 bytes) - added by chrisbliss18 14 years ago.

Download all attachments as: .zip

Change History (3)

#1 @nacin
14 years ago

  • Milestone changed from Awaiting Review to 3.1

#2 @automattor
14 years ago

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

(In [16810]) Define all margins for the admin bar input. props chrisbliss18, fixes #15216.

Note: See TracTickets for help on using tickets.