13111: Merge branch 'master' into 12308-go-fuse
[arvados.git] / apps / workbench / app / assets / stylesheets / log_viewer.scss
index 427fafb740e1d47c625f64c37c694dfc752e4356..c3fa8b96c63cd76d17029ab75aed6092b4f968b4 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 .log-viewer-table {
  width: 100%;
  font-family: "Lucida Console", Monaco, monospace;
@@ -11,7 +15,7 @@
      display: none;
    }
    th.timestamp {
-     width: 14em;
+     width: 15em;
    }
    th.type {
      width: 8em;
 
 .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