colored log table, save button returns to list
[plstackapi.git] / planetstack / core / xoslib / static / css / xosAdminDashboard.css
index ff54fee..f4e8191 100644 (file)
     display: none;
 }
 
-#logPanel {
-    display: none;
+#logTable {
+    width: 100%;
+}
+
+#logTable tr {
+  border-bottom: 1px solid;
+}
+
+#logTable tr:last-child {
+  border-bottom: none;\r
 }
 
 #contentButtonPanel {