Expand trade fair table to top 30 with ticket pricing and saved sorting

This commit is contained in:
2026-02-21 12:55:15 +01:00
parent 093fd0a652
commit 3ba24fd969
3 changed files with 423 additions and 120 deletions

View File

@@ -1905,6 +1905,22 @@ h1 {
color: #0f4bb8;
}
.bookmark-subpage__messe-link {
border: none;
background: transparent;
color: #0f4bb8;
cursor: pointer;
font: inherit;
text-decoration: underline;
text-underline-offset: 2px;
padding: 0;
text-align: left;
}
.bookmark-subpage__messe-link:hover {
color: #1d4ed8;
}
.bookmark-subpage__table td:nth-child(4),
.bookmark-subpage__table td:nth-child(15) {
min-width: 320px;