Prüfungsprotokoll:

- new fields: beginnzeit, endezeit, Prüfungsantritt
- Einverständniserklärung: if not checked no save possible
- can be saved and freigegeben
- added phrases
This commit is contained in:
KarpAlex
2020-05-28 11:08:38 +02:00
parent 16c3ca6d0a
commit f1a346c545
8 changed files with 612 additions and 127 deletions
+28 -2
View File
@@ -1,3 +1,11 @@
/* threshold for form full screen */
@media (max-width:1075px) {
#page-wrapper {
margin-right: 0;
margin-left: 0;
}
}
#protocoltbl textarea {
/* notiz field should stay in table */
-webkit-box-sizing: border-box;
@@ -6,6 +14,24 @@
width: 100%;
}
#protocoltbl td:nth-child(1) {
#protocoltbl td:nth-child(1), .cellbg {
background-color: #f5f5f5;
}
}
.timecellwidth {
width: 20%;
}
.namecellwidth {
width: 15%;
}
.datevalcellwidth {
width: 10%;
}
#hrbottom {
border-top: 2px solid #eee;
margin-top: 10px;
margin-bottom: 10px;
}
@@ -3,7 +3,8 @@
@media (min-width:768px) {
#page-wrapper {
margin-right: 250px;
margin-right: 180px;
margin-left: 180px;
margin-top: 8px;
border: 1px solid #e7e7e7;
}