fixed checboxes and radio widgets

This commit is contained in:
mdipierro
2015-03-18 18:28:38 -05:00
parent f9212bc75e
commit dbe3951507
@@ -307,4 +307,7 @@ td.w2p_fc,
.web2py_grid,
.web2py_grid table {
width: 100%;
}
input[type=checkbox], input[type=radio] {
margin: 4px 5px 0 0;
}