Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#45183 closed defect (bug) (fixed)

Edit taxonomy page - Update Button is not aligned

Reported by: monikarao's profile monikarao Owned by: afercia's profile afercia
Milestone: 5.1 Priority: normal
Severity: normal Version: 4.8
Component: Taxonomy Keywords: has-screenshots has-patch
Focuses: ui, administration Cc:

Description

Actual:
On Edit Taxonomy Page - Update button is not vertically aligned to form table.

Expected:
It should vertically aligned to form table.

steps:
Open Edit Category/ Edit Tags link in Dashboard

Attachments (3)

screenshot-wp.local-2018.10.25-18-04-07.png (76.0 KB) - added by monikarao 6 years ago.
Update Button is not vertically aligned
45183.patch (745 bytes) - added by mukesh27 6 years ago.
Working patch.
45183.diff (313 bytes) - added by chetan200891 6 years ago.
Remove padding to align button.

Download all attachments as: .zip

Change History (9)

@monikarao
6 years ago

Update Button is not vertically aligned

#1 @mukesh27
6 years ago

  • Component changed from General to Taxonomy
  • Focuses ui added
  • Keywords has-screenshots needs-patch ui-feedback added

@mukesh27
6 years ago

Working patch.

#2 @mukesh27
6 years ago

  • Keywords has-patch added; needs-patch removed

#3 @chetan200891
6 years ago

@monikarao I can see the same issue. I think that is because of padding. There is already margin top available. No need padding. I have attached patch for it.

@chetan200891
6 years ago

Remove padding to align button.

#4 @SergeyBiryukov
6 years ago

  • Focuses administration added

#5 @afercia
6 years ago

  • Keywords ui-feedback removed
  • Milestone changed from Awaiting Review to 5.1
  • Owner set to afercia
  • Status changed from new to assigned
  • Version changed from trunk to 4.8

The extra padding seems a leftover from an alternate design proposed on #9777, see the patch 9777.8.diff​ there and https://core.trac.wordpress.org/attachment/ticket/9777/Screen%20Shot%202015-03-20%20at%205.04.09%20PM.png

It was introduced in 4.8 though, see [40655].

#6 @afercia
6 years ago

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

In 44621:

Taxonomy: Remove extra padding around buttons on term edit page.

Props monikarao, mukesh27, chetan200891.
See #9777.
Fixes #45183.

Note: See TracTickets for help on using tickets.