Prüfungsprotokoll:

- phrases: multilingual database fields shown depending on language (e.g. beurteilung, studiengang,...
- added phrases
- added timepicker css
- if student not in condition, time can still be filled out
This commit is contained in:
KarpAlex
2020-05-28 20:53:21 +02:00
parent 2fc0b0f0ce
commit bc32a643f1
5 changed files with 306 additions and 63 deletions
+9 -1
View File
@@ -1,4 +1,4 @@
/* threshold for form full screen */
/* threshold for full screen form */
@media (max-width:1075px) {
#page-wrapper {
margin-right: 0;
@@ -18,6 +18,7 @@
background-color: #f5f5f5;
}
/* table date and time cell widths */
.timecellwidth {
width: 20%;
}
@@ -35,3 +36,10 @@
margin-top: 10px;
margin-bottom: 10px;
}
/* timepicker */
.ui-timepicker-table td a {
width: inherit;
line-height: 1;
text-align: center;
}