[jhbuild] Update css styles to include logging (GNOME bug 654466)



commit a37afd8198374918a9a1a7d8537f99a80417cb48
Author: Craig Keogh <cskeogh adam com au>
Date:   Tue Jul 26 19:22:22 2011 +0930

    Update css styles to include logging (GNOME bug 654466)

 jhbuild/frontends/tinderbox.py |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/frontends/tinderbox.py b/jhbuild/frontends/tinderbox.py
index 8cabc7c..dba957c 100644
--- a/jhbuild/frontends/tinderbox.py
+++ b/jhbuild/frontends/tinderbox.py
@@ -102,9 +102,24 @@ buildlog_header = '''<html>
       .conflict {
         color: red;
       }
+      .critical {
+        background-color: red;
+      }
       .error {
         color: red;
       }
+      .warning {
+        color: darkgreen;
+        font-size: smaller;
+      }
+      .info {
+        color: darkgreen;
+        font-size: smaller;
+      }
+      .debug {
+        color: gray;
+        font-size: smaller;
+      }
       .note {
         background-color: #FFFF66;
       }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]