CIS Wochenplan Reservierung update

- Mitarbeiter autocomplete for reserving one hour for multiple Mitarbeiter at same time
- possible to delete Reservations directly in Wochenplan
This commit is contained in:
alex
2019-05-16 17:32:34 +02:00
parent f7a4c5795b
commit c0b448125d
4 changed files with 231 additions and 39 deletions
+26
View File
@@ -642,6 +642,15 @@ TABLE.stdplan TD
{
background-color: #E9ECEE;
}
/*reservation delete-"x"*/
TABLE.stdplan div.reservdelete {
text-align: right;
margin-bottom:-4px;
padding-top: 2px;
padding-right: 2px;
}
.row-even { /*liste1*/
background-color:#f2f2f2;
}
@@ -650,6 +659,23 @@ TABLE.stdplan TD
background-color:#ffffff;
}
/*lecturer reservation rows*/
td.lecturercell {
border: 1px solid;
}
td.lecturercell div.lecturercellname {
width: 95%;
float: left;
}
td.lecturercell div.lecturercelldelete {
width: 5%;
float: left;
text-align: right;
cursor: pointer;
}
/*
==== Fonts ====
*/