Browse Source

Theme: Fix border rendering issue on edit form tables.

reliberate 9 năm trước cách đây
mục cha
commit
14f3a5f04e
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      themes/default/template.php

+ 5 - 0
themes/default/template.php

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