This commit is contained in:
Frank Knoll
2024-07-17 10:56:55 +02:00
parent 451f616e41
commit 73efd1050f

View File

@@ -1,4 +1,5 @@
html, body {
html,
body {
height: 100%;
}
@@ -4932,12 +4933,9 @@ table.dataTable.display tbody tr.prrTooHigh {
max-width: 100%;
}
/* FK-TODO: remove this class: */
.downloadButton {
margin-top: 10px;
display: none;
}
a:link.underline, a:visited.underline, a:hover.underline, a:active.underline {
a:link.underline,
a:visited.underline,
a:hover.underline,
a:active.underline {
text-decoration: underline;
}