humanReadableNames in logPanel
[plstackapi.git] / planetstack / core / xoslib / static / css / xosAdminDashboard.css
index b2d4740..d707ffd 100644 (file)
@@ -6,10 +6,28 @@
     display: none;
 }
 
-#logPanel {
+.btn-xos-list {
     display: none;
 }
 
+#logPanel {
+    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 {
     float: right;
     width: 200px;