Style fixes (minor) event details

This commit is contained in:
fbsanchez 2020-12-22 17:01:49 +01:00
parent ac8af7ee52
commit 79ac7f43f7
1 changed files with 16 additions and 0 deletions

View File

@ -349,6 +349,22 @@ tr.events {
font-size: 12px !important;
}
table.event_details {
height: 14px;
color: #424242;
}
table.event_details tr th {
text-align: left;
}
table.event_details td:not(:first-child) {
display: flex;
flex-direction: row;
align-items: center;
justify-items: start;
}
table#list_events th {
font-size: 12px !important;
font-weight: bolder !important;