[gnome-continuous] applicationstest: set correct emblem for failed apps in css



commit 1b1a0c6e1d884be636263e6d69c4156ace1ebac4
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Thu Jun 26 17:14:16 2014 +0200

    applicationstest: set correct emblem for failed apps in css

 extras/build.gnome.org/app.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/extras/build.gnome.org/app.css b/extras/build.gnome.org/app.css
index 845c22e..6252eb6 100644
--- a/extras/build.gnome.org/app.css
+++ b/extras/build.gnome.org/app.css
@@ -52,3 +52,7 @@ body {
 .app.good .emblem {
     background-image: url(images/app-good.png);
 }
+
+.app.bad .emblem {
+    background-image: url(images/app-bad.png);
+}
\ No newline at end of file


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