humanReadableNames in logPanel
[plstackapi.git] / planetstack / core / xoslib / static / css / xosAdminDashboard.css
index ff54fee..d707ffd 100644 (file)
 }
 
 #logPanel {
-    display: none;
+    overflow-y: auto;
+    overflow-x: hidden;
+}
+
+#logTable {
+    width: 100%;
+    white-space: nowrap;
+}
+
+#logTable tr {
+  border-bottom: 1px solid;
+}
+
+#logTable tr:last-child {
+  border-bottom: none;\r
 }
 
 #contentButtonPanel {