Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#26324 closed defect (bug) (fixed)

Term checklist on edit post screen has no margin on mobile

Reported by: mattheu's profile mattheu Owned by: ocean90's profile ocean90
Milestone: 3.8 Priority: normal
Severity: normal Version: 3.8
Component: Administration Keywords: has-patch
Focuses: ui Cc:

Description

https://dl.dropboxusercontent.com/s/faean1nj06fm5al/2013-11-29%20at%2018.22.png

When editing a post whilst using a device with a smaller screens, the checkboxes for assigning terms have no margin.

This is because the incorrect selector was used.

Margin was applied to the ul#categorychecklist li which is used only for the category taxonomy.

Instead it should use the .categorychecklist which is used for all taxonomies.

(Confusing I know!)

Attachments (2)

26324.diff (475 bytes) - added by mattheu 12 years ago.
26324.2.diff (479 bytes) - added by mattheu 12 years ago.

Download all attachments as: .zip

Change History (5)

@mattheu
12 years ago

#1 @SergeyBiryukov
12 years ago

  • Component changed from General to Administration
  • Keywords ui-focus has-patch added
  • Milestone changed from Awaiting Review to 3.8
  • Version set to trunk

@mattheu
12 years ago

#2 @mattheu
12 years ago

Patch updated... I attached the incorrect one.

#3 @ocean90
12 years ago

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

In 26476:

Fix selector for category checklists to apply styles to custom taxonomies too.

props mattheu.
fixes #26324.

Note: See TracTickets for help on using tickets.