mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
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:
@@ -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 ====
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user