CSS for Clublog-Arrows

This commit is contained in:
int2001
2024-05-13 07:38:11 +00:00
parent efd3e74bba
commit 54119d7d8d

View File

@@ -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;
}
}