Center all multi-select checkboxes

* fixes bug 923268

Change-Id: Iff480ecb08f783b964b9c6b51a3764ad9d44b52b
This commit is contained in:
jakedahn 2012-02-02 11:13:34 -08:00
parent e2e1498e1f
commit 8cab45bc4d

View File

@ -842,7 +842,9 @@ td.actions_column ul.row_actions.single button:hover {
}
td.multi_select_column {
width: 30px;
width: 25px;
padding-top: 10px;
padding-left: 20px;
text-align: center;
}