Opened 15 years ago
Closed 15 years ago
#19147 closed defect (bug) (fixed)
Admin bar shortlink input is missing left padding
| Reported by: | duck_ | Owned by: | duck_ |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | UI | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
The #wpadminbar .shortlink-input left/right padding of 1em
#wpadminbar .shortlink-input {
padding: 0 1em;
}
is overridden by the CSS which adds top/bottom padding for #wpadminbar .quicklinks .menupop ul
#wpadminbar .quicklinks .menupop ul,
#wpadminbar .shortlink-input {
padding: 6px 0;
}
Patch attached uses padding-top and padding-bottom instead of the shorthand for the 6px padding.
Attachments (1)
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In [19161]: