Make WordPress Core

Opened 10 years ago

Closed 9 years ago

#31560 closed enhancement (fixed)

Edit Post "Tags" meta box: "Choose from the most used tags" result - CSS improvements

Reported by: tyxla's profile tyxla Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.4 Priority: normal
Severity: minor Version: 4.2
Component: Posts, Post Types Keywords: has-patch ui-feedback
Focuses: ui, administration Cc:

Description

While working on #31558 I've noticed that when clicking the Choose from the most used tags link, the result (the list of tags or the No tags found. message) needs a couple of visual improvements.

  1. The box has rounded corners, which seems to be the leftover of an old WordPress version. I suggest that the rounded corners are removed, so this box is consistent with the flat design of the administration.
  2. There is some margin to the bottom of the box, which is no longer needed, as the wrapping meta box already has enough margin. I suggest that this margin is removed for consistency.

Attachments (2)

31560.patch (477 bytes) - added by tyxla 10 years ago.
Choose from the most used tags result - removing rounded corners and bottom margin
31560-before-after.jpg (49.2 KB) - added by tyxla 10 years ago.
Attaching a before/after image.

Download all attachments as: .zip

Change History (6)

@tyxla
10 years ago

Choose from the most used tags result - removing rounded corners and bottom margin

#1 @tyxla
10 years ago

  • Keywords has-patch added

@tyxla
10 years ago

Attaching a before/after image.

#2 @tyxla
10 years ago

  • Severity changed from normal to minor

#3 @DrewAPicture
9 years ago

  • Keywords ui-feedback added
  • Milestone changed from Awaiting Review to 4.4

I think we should probably keep the extra margin on the bottom to match some of the other core meta box styles, but +1 for the rounded border change. Patch still applies.

#4 @SergeyBiryukov
9 years ago

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

In 33742:

Remove rounded corners from "Choose from the most used tags" result in Tags meta box.

props tyxla.
fixes #31560.

Note: See TracTickets for help on using tickets.