Add submission deadline to exercises and allow teachers to view their submissions
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.chosen-inline {
|
||||
.chosen-container {
|
||||
min-width: unset !important;
|
||||
width: unset !important;
|
||||
}
|
||||
}
|
||||
|
||||
.code-field {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
@@ -62,6 +62,18 @@ tr.highlight {
|
||||
border-top: 2px solid rgba(222,0,0,1);
|
||||
}
|
||||
|
||||
.before_deadline {
|
||||
background-color: #DAF7A6;
|
||||
}
|
||||
|
||||
.within_grace_period {
|
||||
background-color: #F7DC6F;
|
||||
}
|
||||
|
||||
.after_late_deadline {
|
||||
background-color: #EC7063;
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// StatisticsController:
|
||||
|
||||
|
Reference in New Issue
Block a user