CyberAP
Well-known member
Checkboxes are misaligned in all browsers.
Examples:
These should be vertically aligned with the text. Right now they stick to the text baseline, which looks weird.
To fix:
input[type=checkbox] { vertical-align: top; }
Result:
But that won't fix them on thread creation page:
So there should be some specific solution for them.
Examples:
These should be vertically aligned with the text. Right now they stick to the text baseline, which looks weird.
To fix:
input[type=checkbox] { vertical-align: top; }
Result:
But that won't fix them on thread creation page:
So there should be some specific solution for them.