From 49faf98dc72370166c0fc4bb96b9a582f55908d0 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 11 Apr 2023 12:23:11 +0200 Subject: dashboard: display discussions info on the main page --- pkg/html/pages/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pkg/html') diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 5e19eebef..661886e41 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -160,6 +160,11 @@ table td, table th { text-align: right; } +.list_table .discussions { + font-family: monospace; + text-align: left; +} + .list_table .bisect_status { width: 75pt; max-width: 75pt; @@ -198,6 +203,10 @@ table td, table th { display: inline-block; } +.list_table .icon { + font-size: 75%; +} + .subsystem { background: white; border: 1pt solid black; -- cgit mrf-deployment