Opened 9 years ago
Closed 9 years ago
#32936 closed defect (bug) (wontfix)
Align edit slug box on /wp-admin/post.php
Reported by: | Luan Ramos | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.8 |
Component: | Editor | Keywords: | |
Focuses: | ui | Cc: |
Description (last modified by )
Before:
#edit-slug-box { color: #666; line-height: 24px; margin-top: 5px; min-height: 25px; padding: 0 10px; }
After:
#edit-slug-box { color: #666; line-height: 24px; margin-top: 5px; min-height: 25px; padding: 0 10px 0 0; // enhancement }
The text was misaligned, and then lined the box above.
Attachments (2)
Change History (9)
#2
@
9 years ago
- Component changed from Administration to Posts, Post Types
- Description modified (diff)
- Focuses ui added; administration removed
- Summary changed from Align slug box to Align edit slug box on /wp-admin/post.php
- Type changed from enhancement to defect (bug)
- Version changed from 4.2.2 to 3.8
It was aligned before WordPress 3.8, see 32936-wp37.png
This ticket was mentioned in Slack in #core by luanramos. View the logs.
9 years ago
#5
follow-up:
↓ 6
@
9 years ago
I think it actually looks better as is, and more consistent with meta box titles.
The padding change in 3.8 appears to be intentional: https://plugins.trac.wordpress.org/changeset/742065.
#6
in reply to:
↑ 5
@
9 years ago
Replying to SergeyBiryukov:
I think it actually looks better as is, and more consistent with meta box titles.
The padding change in 3.8 appears to be intentional: https://plugins.trac.wordpress.org/changeset/742065.
The new WP Version 4.3, Still left with an impression that this scruffy
Note: See
TracTickets for help on using
tickets.
The changes