X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0ac89aa2da962f381075e8924925bb7eb0982167..df591042778408d03d410d5c22a669d85652d1ea:/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 57f187c7f8..c3fa8b96c6 100644 --- a/apps/workbench/app/assets/stylesheets/log_viewer.scss +++ b/apps/workbench/app/assets/stylesheets/log_viewer.scss @@ -1,7 +1,12 @@ +// 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; font-size: 11px; + table-layout: fixed; thead tr { th { padding-right: 1em; @@ -10,14 +15,23 @@ 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; @@ -30,5 +44,25 @@ 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