SMTP-Queue-View: templatize
[citadel.git] / webcit / static / styles / webcit.css
index 278b42e531726065f92bd9e4f225905dccc89ecf..884b0d0ae1928f2e461e5480cdd189fa71b7dedc 100644 (file)
@@ -738,6 +738,14 @@ ul.adminitems li {
 
 ul.adminitems li span {        display: block }
 
+/* Mailq */
+table.mailstatus {background-color: lightgray }
+td.mailstatus_0 {background-color: gray }
+td.mailstatus_1 {background-color: gray }
+td.mailstatus_2 {background-color: green }
+td.mailstatus_3 {background-color: orange }
+td.mailstatus_4 {background-color: yellow }
+td.mailstatus_5 {background-color: red }
 
 /* Room list - Tree Node */