Merge branch 'master' into 3605-improved-dashboard
[arvados.git] / apps / workbench / app / assets / stylesheets / log_viewer.scss
index 427fafb740e1d47c625f64c37c694dfc752e4356..318f6e7792ba361407418555b99fba55f871c5cf 100644 (file)
@@ -11,7 +11,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