Theme: Fix border rendering issue on edit form tables.

This commit is contained in:
reliberate
2016-04-05 20:22:29 -06:00
parent 0b027b3b90
commit 486b66ef0f

View File

@@ -764,6 +764,11 @@
/* TABLES *****************************************************************/
table {
border-collapse: separate;
border-spacing: 0;
}
th {
padding: 4px 7px 4px 0;
padding: 4px 7px;