Fix correct labeling and added mouse pointers for table sorting

This commit is contained in:
2020-05-19 15:24:08 +02:00
parent c3671d0cae
commit de2e200551
2 changed files with 21 additions and 24 deletions

View File

@ -31,6 +31,10 @@ table {
width: 100%;
}
.pointer {
cursor: pointer;
}
form#new_schedule_form input:not([type=checkbox]) {
width: 100%
}