Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#28452 closed defect (bug) (duplicate)

All input fields added to taxonomy pages are styled to be 95% width... including checkboxes!

Reported by: husobj's profile husobj Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.9.1
Component: Administration Keywords:
Focuses: ui, administration Cc:

Description

If you add a checkbox field to an edit term page in the admin, by default it is styled to stretch to 95% width.

https://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/edit.css#L916

Either the ".form-field input" css should just target inputs of type "text" (and other HTML5 types?) or an additional style needs to be added to set width to auto for inputs that shouldn't stretch, like checkboxes, radios, etc.

Change History (2)

#1 @helen
11 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Closing as a dupe of #28647, which has patches/discussion. I'm sorry we missed this ticket before.

#2 @husobj
11 years ago

No worries. Sooo many trac tickets :)

Note: See TracTickets for help on using tickets.