Added name and status changes view

and did some other things, can't remember what
This commit is contained in:
Naomi
2020-06-05 18:36:14 +01:00
parent 18e32335f5
commit 18a0846348
9 changed files with 2244 additions and 4 deletions

View File

@ -70,3 +70,11 @@ td.views-field {
font-size: 1em !important;
font-weight: bold !important;
}
/* Styling for grouped views */
table.views-table.views-view-table caption {
text-align: left;
margin-bottom: 1em;
margin-top: 2em;
font-weight: bold;
}