11308: Merge branch 'master' into 11308-python3
[arvados.git] / apps / workbench / app / assets / stylesheets / log_viewer.scss
index 57f187c7f8bcdd7207f6e6d2f03ba98702111111..318f6e7792ba361407418555b99fba55f871c5cf 100644 (file)
@@ -2,6 +2,7 @@
  width: 100%;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 11px;
+ table-layout: fixed;
  thead tr {
    th {
      padding-right: 1em;
      display: none;
    }
    th.timestamp {
-     width: 13em;
+     width: 15em;
    }
    th.type {
-     width: 9em;
+     width: 8em;
    }
    th.taskid {
+     width: 4em;
+   }
+   th.node {
+     width: 8em;
+   }
+   th.slot {
      width: 3em;
    }
+   th.message {
+     width: auto;
+   }
  }
  tbody tr {
    vertical-align: top;
    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