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