Francois Gouget : testbot/web: Use a white background for Collection tables.

Alexandre Julliard julliard at winehq.org
Thu Dec 21 07:24:24 CST 2017


Module: tools
Branch: master
Commit: 7b6416561e76742fbe7ee6b98cc97eafdca893c8
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=7b6416561e76742fbe7ee6b98cc97eafdca893c8

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Dec 21 12:19:08 2017 +0100

testbot/web: Use a white background for Collection tables.

This makes the table more readable when it is wide and goes off the
edge of the page.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/web/WineTestBot.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testbot/web/WineTestBot.css b/testbot/web/WineTestBot.css
index bb80e7f..8c03a91 100644
--- a/testbot/web/WineTestBot.css
+++ b/testbot/web/WineTestBot.css
@@ -221,6 +221,7 @@ h2
   margin-right: auto;
   padding: 4px;
   border: 1px solid #601919;
+  background-color: white;
 }
 
 .CollectionBlock th
@@ -347,7 +348,7 @@ td.Record { text-align: center; }
 .RecordJob { font-size: smaller; }
 .RecordDuration { }
 
-.Record-start { background-color: white; }
+.Record-start { }
 .Record-off { color: #c0c0c0; }
 .Record-unknown { background-color: #c0c0c0; }
 .Record-offline { background-color: red; }




More information about the wine-cvs mailing list