Public report enhancements
* adds toggling of scrollable box table views * deactivates scrolling for public report view (so all entries can be seen if page is printed)
This commit is contained in:
@@ -28,6 +28,7 @@ class BaseContext:
|
||||
"help_link": HELP_LINK,
|
||||
"impressum_link": IMPRESSUM_LINK,
|
||||
"CONTACT_MAIL": EMAIL_REPLY_TO,
|
||||
"tables_scrollable": True, # tables in boxes
|
||||
}
|
||||
|
||||
# Add additional context, derived from given parameters
|
||||
|
||||
@@ -60,7 +60,7 @@ a {
|
||||
color: var(--rlp-red);
|
||||
}
|
||||
|
||||
label {
|
||||
.form-label {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user