Checkbox in table
Created by: mrkre
Checkbox element in table initially has misalignment. Had to align them using: input[type="checkbox"].selectedId, #selectall { line-height: normal; margin: 0; float: none; } .checkbox { margin: 0; float: none; }
However, height of cell does not correspond with other cells, it is obvious when using table-hover.