diff options
author | lpsolit%gmail.com <> | 2008-02-05 19:06:47 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-02-05 19:06:47 +0100 |
commit | c5e951b916720a08e967195b52d253fad68c3259 (patch) | |
tree | 00fcb736180ebe8805745f5d9b9fe521074eee70 /skins/standard | |
parent | 65a21d774ad764503cdba04c6789727885010214 (diff) | |
download | bugzilla-c5e951b916720a08e967195b52d253fad68c3259.tar.gz bugzilla-c5e951b916720a08e967195b52d253fad68c3259.tar.xz |
Bug 373926: Time-tracking and attachment tables look too different - Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=mkanat
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 6 | ||||
-rw-r--r-- | skins/standard/show_bug.css | 3 |
2 files changed, 3 insertions, 6 deletions
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; } diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index 0546b4165..624a22ee2 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -46,7 +46,6 @@ .bz_time_tracking_table th { text-align: center; - background-color: #ccc; } .bz_time_tracking_table td { @@ -56,8 +55,6 @@ .bz_time_tracking_table th, .bz_time_tracking_table td { padding: 4px; - border: 1px solid black; - } .bz_time_tracking_table .bz_summarize_time { |