From c5e951b916720a08e967195b52d253fad68c3259 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 5 Feb 2008 18:06:47 +0000 Subject: Bug 373926: Time-tracking and attachment tables look too different - Patch by Guy Pyrzak r/a=mkanat --- skins/standard/global.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'skins/standard/global.css') diff --git a/skins/standard/global.css b/skins/standard/global.css index 9d87927c7..edf542510 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -287,19 +287,19 @@ dl dl > dt { border-top: none; } -/* Style of the attachment table */ +/* Style of the attachment table and time tracking table */ #attachment_table { border-collapse: collapse; width: 40em; border: 1px solid #333333; } -#attachment_table th, .bz_attach_footer { +#attachment_table th, .bz_attach_footer, .bz_time_tracking_table th { background-color: #E0E0E0; color: black; } -#attachment_table td { +#attachment_table td, .bz_time_tracking_table th, .bz_time_tracking_table td { border: 1px solid #333333; } -- cgit v1.2.3-24-g4f1b