118 lines
2.0 KiB
PHP
118 lines
2.0 KiB
PHP
#mod-assignment-submissions .submission .content,
|
|
#mod-assignment-submissions .submission .topic,
|
|
#mod-assignment-submissions .submission .picture
|
|
{
|
|
padding: 10px;
|
|
border-width:1px;
|
|
border-style:solid;
|
|
border-color:#DDDDDD;
|
|
}
|
|
|
|
.mod-assignment .topic .files {
|
|
float: right;
|
|
background-color: #EFEFEF;
|
|
padding:5px;
|
|
}
|
|
|
|
.mod-assignment .topic .from {
|
|
float: left;
|
|
}
|
|
|
|
.mod-assignment .topic .time {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.mod-assignment .late {
|
|
color: red;
|
|
}
|
|
|
|
#mod-assignment-submissions .generaltable .r1 {
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
#mod-assignment-submissions .header .commands {
|
|
display: inline;
|
|
}
|
|
|
|
#mod-assignment-submissions .s0 {
|
|
background: #FFD991;
|
|
}
|
|
|
|
#mod-assignment-submissions table.submissions td,
|
|
#mod-assignment-submissions table.submissions th
|
|
{
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #DDDDDD;
|
|
vertical-align: middle;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
#mod-assignment-submissions .grade {
|
|
text-align: right;
|
|
font-weight:bold;
|
|
}
|
|
|
|
#mod-assignment-submissions .picture {
|
|
width: 35px;
|
|
}
|
|
|
|
#mod-assignment-submissions .fullname {
|
|
text-align: left;
|
|
}
|
|
|
|
#mod-assignment-submissions .timemodified,
|
|
#mod-assignment-submissions .timemarked
|
|
{
|
|
text-align: left;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
#mod-assignment-submissions .status {
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
#mod-assignment-view .feedback {
|
|
border-width:1px;
|
|
border-style:solid;
|
|
border-color:#DDDDDD;
|
|
margin-top: 15px;
|
|
width: 80%;
|
|
margin-left: 10%;
|
|
margin-right: 10%;
|
|
}
|
|
|
|
#mod-assignment-view .feedback .topic {
|
|
padding: 4px;
|
|
border-style:solid;
|
|
border-width: 0px;
|
|
border-bottom-width: 1px;
|
|
border-color:#DDDDDD;
|
|
}
|
|
|
|
#mod-assignment-view .feedback .fullname {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#mod-assignment-view .feedback .date {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
#mod-assignment-view .feedback .content {
|
|
padding: 4px;
|
|
}
|
|
|
|
#mod-assignment-view .feedback .grade {
|
|
text-align: right;
|
|
font-weight:bold;
|
|
}
|
|
|
|
#mod-assignment-view .feedback .left {
|
|
width: 35px;
|
|
padding: 4px;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
}
|