Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 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 Owned by:
Priority: normal Milestone:
Component: Administration Version: 3.9.1
Severity: normal Keywords:
Cc: Focuses: ui, administration

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
12 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

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

#2 @husobj
12 years ago

No worries. Sooo many trac tickets :)

Note: See TracTickets for help on using tickets.