report permissions

This commit is contained in:
Laura Klünder 2019-12-24 17:56:56 +01:00
parent 52c02a4101
commit bcf52099b1
6 changed files with 58 additions and 5 deletions

View file

@ -1233,6 +1233,11 @@ main.control h4 {
main.control form tr > * {
white-space: nowrap;
}
main.control select {
display: block;
width: 300px;
height: 100px;
}
.button-cell {
padding-top: 4px;
padding-bottom: 4px;