X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/10c9634fe7a37377a01b8d49f56fb6ceb919fb10..f69d2824c997c53caa11d30ba816768bad52e12b:/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 eccf5398ef..318f6e7792 100644 --- a/apps/workbench/app/assets/stylesheets/log_viewer.scss +++ b/apps/workbench/app/assets/stylesheets/log_viewer.scss @@ -2,8 +2,32 @@ width: 100%; font-family: "Lucida Console", Monaco, monospace; font-size: 11px; - thead tr th.id { - display: none; + table-layout: fixed; + thead tr { + th { + padding-right: 1em; + } + th.id { + display: none; + } + th.timestamp { + width: 15em; + } + th.type { + width: 8em; + } + th.taskid { + width: 4em; + } + th.node { + width: 8em; + } + th.slot { + width: 3em; + } + th.message { + width: auto; + } } tbody tr { vertical-align: top; @@ -13,15 +37,28 @@ td.id { display: none; } - td.timestamp { - width: 13em; - } - td.type { - width: 8em; - } td.taskid { - width: 3xoem; 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