mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
bc32a643f1
- 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
46 lines
755 B
CSS
46 lines
755 B
CSS
/* threshold for full screen form */
|
|
@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;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
}
|
|
|
|
#protocoltbl td:nth-child(1), .cellbg {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
/* table date and time cell widths */
|
|
.timecellwidth {
|
|
width: 20%;
|
|
}
|
|
|
|
.namecellwidth {
|
|
width: 15%;
|
|
}
|
|
|
|
.datevalcellwidth {
|
|
width: 10%;
|
|
}
|
|
|
|
#hrbottom {
|
|
border-top: 2px solid #eee;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
/* timepicker */
|
|
.ui-timepicker-table td a {
|
|
width: inherit;
|
|
line-height: 1;
|
|
text-align: center;
|
|
}
|