X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/189ce25a32a5916194597665435b269192a9baec..8cc7bf367214a6f423199b62ab153b431f21f2a7:/apps/workbench/app/assets/stylesheets/log_viewer.scss diff --git a/apps/workbench/app/assets/stylesheets/log_viewer.scss b/apps/workbench/app/assets/stylesheets/log_viewer.scss index 55a0df0ded..318f6e7792 100644 --- a/apps/workbench/app/assets/stylesheets/log_viewer.scss +++ b/apps/workbench/app/assets/stylesheets/log_viewer.scss @@ -11,17 +11,20 @@ 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; } @@ -45,4 +51,14 @@ .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