From 54119d7d8d3d0853bb8a9c00496d9bc52a4115ea Mon Sep 17 00:00:00 2001 From: int2001 Date: Mon, 13 May 2024 07:38:11 +0000 Subject: [PATCH] CSS for Clublog-Arrows --- assets/css/general.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/assets/css/general.css b/assets/css/general.css index 589906874..c0e24a07b 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -312,6 +312,21 @@ TD.qsl { font-size: 1.1em; } +TD.clublog { + width: 33px; + white-space: nowrap; +} + +.clublog-green { + color: #00a000 !important; + font-size: 1.1em; +} + +.clublog-red { + color: #f00 !important; + font-size: 1.1em; +} + TD.qrz { width: 33px; white-space: nowrap; @@ -955,4 +970,4 @@ label { .blank-row { height: 20px !important; -} \ No newline at end of file +}