closes #5735
[arvados.git] / apps / workbench / app / assets / stylesheets / log_viewer.scss
index 55a0df0ded674f493ea63602e2f73828ee8e4c2c..318f6e7792ba361407418555b99fba55f871c5cf 100644 (file)
      display: none;
    }
    th.timestamp {
-     width: 14em;
+     width: 15em;
    }
    th.type {
      width: 8em;
    }
    th.taskid {
-     width: 3em;
+     width: 4em;
    }
    th.node {
      width: 8em;
    }
+   th.slot {
+     width: 3em;
+   }
    th.message {
      width: auto;
    }
@@ -37,6 +40,9 @@
    td.taskid {
      text-align: right;
    }
+   td.slot {
+     text-align: right;
+   }
    td.message {
      word-wrap: break-word;
    }
 
 .log-viewer-button {
   width: 12em;
+}
+
+.log-viewer-paging-div {
+  font-size: 18px;
+  text-align: center;
+}
+
+.log-viewer-page-num {
+  padding-left: .3em;
+  padding-right: .3em;
 }
\ No newline at end of file