Opened 14 years ago
Closed 14 years ago
#15216 closed defect (bug) (fixed)
Fix for missing admin bar search input margins
Reported by: |
|
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)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [16810]) Define all margins for the admin bar input. props chrisbliss18, fixes #15216.