Descriptionprint preview css: fix labels
change from
input
label
to
label
input
span
/label
This is better because there are no blank spaces that are unclickable (the offsetting start padding and margin was attempting to get around this). Also we need it to be consistent with settings so we can make css rules that apply to both equally well.
I removed aria-hidden attributes because those divs /should/ be using display:none when not visible. aria-hidden fixes it for screen readers but not for tab order.
BUG=103688
TEST=manual
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110037
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|