Closed
Bug 847361
Opened 12 years ago
Closed 12 years ago
Increase the area to uncheck a test or an app
Categories
(Datazilla Graveyard :: User interface, defect)
Datazilla Graveyard
User interface
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rik, Assigned: jeads)
References
Details
Wrapping all those <input type=checkbox> or <input type=radio> in a <label> should do it. That gives a bigger target, easier to click.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jeads
Status: NEW → ASSIGNED
| Reporter | ||
Comment 1•12 years ago
|
||
Thanks for this. Adding a {display: block;} on the label element would make it as big as the visual area, aka even easier to click.
| Assignee | ||
Comment 2•12 years ago
|
||
Thanks for the suggestions. Adding {display: block;} on the label did not work but wrapping the parent <div> containing the <input> element with the <label> did.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•