1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
#mod-assignment-submissions .feedback .content,
#mod-assignment-submissions .feedback .topic,
#mod-assignment-submissions .feedback .picture
{
padding: 10px;
border-width:1px;
border-style:solid;
border-color:#DDDDDD;
}
.mod-assignment .feedback .files {
float: right;
background-color: #EFEFEF;
padding:5px;
}
.mod-assignment .feedback .grade {
float: right;
}
.mod-assignment .feedback .from {
float: left;
}
.mod-assignment .feedback .time {
font-size: 0.8em;
}
.mod-assignment .late {
color: red;
}
.mod-assignment .files img {
margin-right: 4px;
}
.mod-assignment .files a {
white-space:nowrap;
}
#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 .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 #online .singlebutton {
text-align: center;
}
#mod-assignment-view #dates {
font-size: 0.8em;
margin-top: 30px;
margin-bottom: 30px;
}
#mod-assignment-view #dates .c0{
text-align:right;
font-weight:bold;
}
#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;
}
|