fix table spacing

This commit is contained in:
Felix Niklas 2015-09-30 16:18:01 +02:00
parent acacee59e2
commit 5530160492

View file

@ -601,7 +601,7 @@ table {
} }
.table > tbody > tr > td { .table > tbody > tr > td {
padding: 9px; padding: 11px 10px 7px;
border: none; border: none;
box-shadow: 0 1px rgba(0,0,0,.03); box-shadow: 0 1px rgba(0,0,0,.03);
} }
@ -679,7 +679,7 @@ table {
.table .checkbox-replacement, .table .checkbox-replacement,
.table .radio-replacement { .table .radio-replacement {
height: 38px; height: 40px;
} }
.table-overview tbody .icon-checkbox, .table-overview tbody .icon-checkbox,