X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2Fpy%2Fmultiplexed_log.css;h=3db99272235659fdaeb31895d9f3d3151bd16316;hb=b77d0292ca9f3ca69259dca7e2c5e193a403b289;hp=f6240d52da661a3c75c60da3a8af567a5767137d;hpb=8a36287a019f5d7532a8a1a7da6aa96e490dbb8a;p=oweals%2Fu-boot.git diff --git a/test/py/multiplexed_log.css b/test/py/multiplexed_log.css index f6240d52da..3db9927223 100644 --- a/test/py/multiplexed_log.css +++ b/test/py/multiplexed_log.css @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2015 Stephen Warren * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. - * - * SPDX-License-Identifier: GPL-2.0 */ /* @@ -25,37 +24,24 @@ pre { color: #808080; } -.section { +.block { border-style: solid; border-color: #303030; border-width: 0px 0px 0px 5px; padding-left: 5px } -.section-header { +.block-header { background-color: #303030; margin-left: -5px; margin-top: 5px; } -.section-trailer { - display: none; -} - -.stream { - border-style: solid; - border-color: #303030; - border-width: 0px 0px 0px 5px; - padding-left: 5px +.block-header:hover { + text-decoration: underline; } -.stream-header { - background-color: #303030; - margin-left: -5px; - margin-top: 5px; -} - -.stream-trailer { +.block-trailer { display: none; } @@ -75,10 +61,18 @@ pre { color: #8080ff } +.timestamp { + color: #8080ff +} + .status-pass { color: #00ff00 } +.status-warning { + color: #ffff00 +} + .status-skipped { color: #ffff00 } @@ -94,3 +88,21 @@ pre { .status-fail { color: #ff0000 } + +.hidden { + display: none; +} + +a:link { + text-decoration: inherit; + color: inherit; +} + +a:visited { + text-decoration: inherit; + color: inherit; +} + +a:hover { + text-decoration: underline; +}