]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 373926: Time-tracking and attachment tables look too different - Patch by Guy...
authorlpsolit%gmail.com <>
Tue, 5 Feb 2008 18:06:47 +0000 (18:06 +0000)
committerlpsolit%gmail.com <>
Tue, 5 Feb 2008 18:06:47 +0000 (18:06 +0000)
skins/standard/global.css
skins/standard/show_bug.css

index 9d87927c7f8a65fb2ca0e5000595aa5290f76185..edf542510be9ddc33d069cb5564f830d40817610 100644 (file)
@@ -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;
 }
 
index 0546b4165ee7f03a894b2620320283c7afe767e8..624a22ee2cfd41db4ed2e444a7f6315e59a78827 100644 (file)
@@ -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 {