From 05afaf251c60c3da04b76903771dbfbeb6f2bf6c Mon Sep 17 00:00:00 2001 From: defacer Date: Thu, 17 Feb 2005 21:55:25 +0000 Subject: [PATCH] Improving the styles for table.formtable, they weren't working in IE. --- theme/standard/styles_layout.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 73cf476248a..236c68c0f5a 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -200,8 +200,6 @@ a img { ******************************/ /* admin, calendar */ table.formtable { - border-spacing: 8px; - border-collapse: separate; margin: auto; } @@ -210,6 +208,11 @@ table.formtable tbody th { vertical-align: top; } +table.formtable tbody td, +table.formtable tbody th +{ + padding: 5px; +} /***************************** ***