diff website/issues/html/style.css @ 4858:22d57206a93b

website/issues: move tracker.css into style.css (as done in the devel template)
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 11 Mar 2014 09:31:08 +0100
parents 277aca1f531d
children 7ed1893ea3ac
line wrap: on
line diff
--- a/website/issues/html/style.css	Wed Mar 05 14:37:37 2014 +0300
+++ b/website/issues/html/style.css	Tue Mar 11 09:31:08 2014 +0100
@@ -104,6 +104,24 @@
   background-color: #ffffff;
 }
 
+#search { text-align: right; }
+
+p.ok-message 
+{
+  background-color: #eeffee;
+  border: 1px solid #009900;
+  padding: 5px;
+  color: #009900;
+  font-weight: bold;
+}
+p.error-message 
+{
+  background-color: #ffeeee;
+  border: 1px solid #990000;
+  padding: 5px;
+  color: #990000;
+  font-weight: bold;
+}
 /* This is a little hack to inject a 'news' block into the title
    page without having to set up a custom directive. */
 #roundup-issue-tracker .note
@@ -123,3 +141,6 @@
   border-spacing: 1px;
   background-color: #fafafa;
 }
+
+tr.odd { background-color:#f5f5f5; }
+

Roundup Issue Tracker: http://roundup-tracker.org/