Theme: Fix border rendering issue on edit form tables.

This commit is contained in:
reliberate 2016-04-05 20:22:29 -06:00
parent 5f7b4efe6f
commit 89c7129169
1 changed files with 5 additions and 0 deletions

View File

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