[wp-trac] [WordPress Trac] #28452: All input fields added to taxonomy pages are styled to be 95% width... including checkboxes!
WordPress Trac
noreply at wordpress.org
Wed Jun 4 14:42:58 UTC 2014
#28452: All input fields added to taxonomy pages are styled to be 95% width...
including checkboxes!
--------------------------------+-----------------------------
Reporter: husobj | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.9.1
Severity: normal | Keywords:
Focuses: ui, administration |
--------------------------------+-----------------------------
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.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28452>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list