mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user