I've been searching the net for a solution, but did not find it.
I use following css code:
checkbox:
Expand|Select|Wrap|Line Numbers
- input.largerElement {
- width: 25px;
- height: 25px;
- }
now i have the problem that my text label next to the checkbox is not in the straight middle but floats a little bit higher than my checkbox.
i tried a lot of possibilities (vertical align, fontsize etc) but it's impossible to get the alignment correct.
Somebody has an idea?