colored log table, save button returns to list
[plstackapi.git] / planetstack / core / xoslib / static / css / xosAdminSite.css
index 5ecaa8e..d1b4275 100644 (file)
@@ -6,8 +6,17 @@
     color:blue;
     text-decoration:underline;
 }
-#logTable td, th {
-    border: 1px solid black;
+
+.xos-log.xos-success {
+    background-color: #00ff00;
+}
+
+.xos-log.xos-inprog {
+    background-color: #ffff00;
+}
+
+.xos-log.xos-failure {
+    background-color: #ff0000;
 }
 
 .btn-xosnav {
@@ -82,3 +91,4 @@
     display: none;
 }
 
+