2014-08-28 16:49:04 +08:00
|
|
|
/**
|
|
|
|
* Container.
|
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent {
|
2014-08-26 11:22:57 +08:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-08-28 16:49:04 +08:00
|
|
|
/**
|
|
|
|
* Tooltip and overlay.
|
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .grader-information-tooltip {
|
2014-08-07 10:55:08 +08:00
|
|
|
min-width: 200px;
|
2010-05-14 07:16:29 +00:00
|
|
|
}
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .graderreportoverlay {
|
2014-08-07 10:55:08 +08:00
|
|
|
background-color: white;
|
2014-01-14 15:24:13 +01:00
|
|
|
width: auto;
|
2014-08-07 10:55:08 +08:00
|
|
|
padding: 10px;
|
2014-08-11 23:40:46 +01:00
|
|
|
font-size: 12px;
|
2014-08-28 16:49:04 +08:00
|
|
|
border: 1px solid #ccc;
|
2014-08-07 10:55:08 +08:00
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2014-08-28 16:49:04 +08:00
|
|
|
/**
|
|
|
|
* The table.
|
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent table {
|
2014-08-28 16:49:04 +08:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 0;
|
|
|
|
border-bottom-width: 0;
|
|
|
|
border-right-width: 0;
|
2014-08-29 15:08:58 +08:00
|
|
|
margin-bottom: 2em;
|
2014-08-28 16:49:04 +08:00
|
|
|
}
|
2014-09-05 09:37:34 +08:00
|
|
|
.dir-rtl.path-grade-report-grader .gradeparent table {
|
2014-08-29 13:05:53 +08:00
|
|
|
border-left-width: 0;
|
|
|
|
border-right-width: 1px;
|
2014-09-05 09:37:34 +08:00
|
|
|
max-width: initial;
|
2014-08-29 13:05:53 +08:00
|
|
|
}
|
2014-08-28 16:49:04 +08:00
|
|
|
|
|
|
|
/**
|
|
|
|
* All the cells.
|
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .cell {
|
2014-08-28 16:49:04 +08:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-top-width: 0;
|
|
|
|
border-left-width: 0;
|
2014-08-07 10:55:08 +08:00
|
|
|
padding: 4px 5px;
|
2013-09-08 23:16:15 +10:00
|
|
|
vertical-align: middle;
|
2014-08-29 15:08:58 +08:00
|
|
|
text-align: right;
|
|
|
|
white-space: nowrap;
|
2009-02-09 10:49:41 +00:00
|
|
|
}
|
2014-09-05 09:37:34 +08:00
|
|
|
.dir-rtl.path-grade-report-grader .gradeparent .cell {
|
2014-08-29 13:05:53 +08:00
|
|
|
border-left-width: 1px;
|
|
|
|
border-right-width: 0;
|
2014-08-29 15:08:58 +08:00
|
|
|
text-align: left;
|
2014-08-29 13:05:53 +08:00
|
|
|
}
|
2014-07-13 20:29:28 -07:00
|
|
|
|
2014-08-29 12:17:12 +08:00
|
|
|
/**
|
|
|
|
* Stripped table.
|
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent tr:nth-of-type(even) .cell {
|
2014-08-29 12:17:12 +08:00
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
2014-08-28 16:49:04 +08:00
|
|
|
/**
|
|
|
|
* All the floating divs.
|
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .floater {
|
2014-08-28 16:49:04 +08:00
|
|
|
display: none;
|
|
|
|
}
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .floating {
|
2014-08-28 16:49:04 +08:00
|
|
|
display: block;
|
2014-08-07 10:55:08 +08:00
|
|
|
}
|
|
|
|
|
2014-08-28 16:49:04 +08:00
|
|
|
/**
|
2014-08-29 12:17:12 +08:00
|
|
|
* All the headers + floating cells.
|
2014-08-28 16:49:04 +08:00
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .heading .cell,
|
|
|
|
.path-grade-report-grader .gradeparent .avg .cell,
|
|
|
|
.path-grade-report-grader .gradeparent .user.cell {
|
2014-08-28 16:49:04 +08:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
2014-08-29 15:08:58 +08:00
|
|
|
text-align: left;
|
|
|
|
}
|
2014-09-05 09:37:34 +08:00
|
|
|
.dir-rtl.path-grade-report-grader .gradeparent .heading .cell,
|
|
|
|
.dir-rtl.path-grade-report-grader .gradeparent .avg .cell,
|
|
|
|
.dir-rtl.path-grade-report-grader .gradeparent .user.cell {
|
2014-08-29 15:08:58 +08:00
|
|
|
text-align: right;
|
2014-08-29 12:17:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* All the floating cells.
|
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .floater .cell {
|
2014-08-29 12:17:12 +08:00
|
|
|
background-color: #f9f9f9;
|
2014-08-07 10:55:08 +08:00
|
|
|
}
|
|
|
|
|
2014-08-28 16:49:04 +08:00
|
|
|
/**
|
|
|
|
* The user cells.
|
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .user.cell {
|
2014-08-07 10:55:08 +08:00
|
|
|
min-width: 200px;
|
|
|
|
width: 200px;
|
2014-08-29 15:08:58 +08:00
|
|
|
white-space: normal;
|
|
|
|
vertical-align: top;
|
2014-08-07 10:55:08 +08:00
|
|
|
}
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .user.cell .userpicture {
|
2014-08-28 16:49:04 +08:00
|
|
|
margin: 0 4px;
|
2014-08-07 10:55:08 +08:00
|
|
|
border: none;
|
2014-08-29 15:08:58 +08:00
|
|
|
vertical-align: middle;
|
2014-07-13 20:29:28 -07:00
|
|
|
}
|
|
|
|
|
2014-08-28 16:49:04 +08:00
|
|
|
/**
|
|
|
|
* The additional user fields.
|
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .userfield {
|
2014-08-28 16:49:04 +08:00
|
|
|
font-weight: normal;
|
2014-08-29 15:08:58 +08:00
|
|
|
text-align: left;
|
|
|
|
}
|
2014-09-05 09:37:34 +08:00
|
|
|
.dir-rtl.path-grade-report-grader .gradeparent .userfield {
|
2014-08-29 15:08:58 +08:00
|
|
|
text-align: right;
|
2014-07-13 20:29:28 -07:00
|
|
|
}
|
|
|
|
|
2014-08-28 16:49:04 +08:00
|
|
|
/**
|
|
|
|
* The footer's header.
|
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .range .header,
|
|
|
|
.path-grade-report-grader .gradeparent .avg .header {
|
2014-08-28 16:49:04 +08:00
|
|
|
font-weight: bold;
|
2014-07-13 20:29:28 -07:00
|
|
|
}
|
|
|
|
|
2014-08-28 16:49:04 +08:00
|
|
|
/**
|
2014-08-29 15:08:58 +08:00
|
|
|
* The footer's floating cells.
|
2014-08-28 16:49:04 +08:00
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .avg.floating .cell {
|
2014-08-28 16:49:04 +08:00
|
|
|
border-top-width: 1px;
|
2014-07-13 20:29:28 -07:00
|
|
|
}
|
2014-08-29 15:08:58 +08:00
|
|
|
|
2014-08-28 16:49:04 +08:00
|
|
|
/**
|
2014-08-29 15:08:58 +08:00
|
|
|
* The footer's cells.
|
2014-08-28 16:49:04 +08:00
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .avg .cell {
|
2014-08-28 16:49:04 +08:00
|
|
|
text-align: right;
|
2013-08-20 13:21:40 +01:00
|
|
|
}
|
2014-09-05 09:37:34 +08:00
|
|
|
.dir-rtl.path-grade-report-grader .gradeparent .avg .cell {
|
2014-08-29 13:05:53 +08:00
|
|
|
text-align: left;
|
|
|
|
}
|
2013-09-08 23:16:15 +10:00
|
|
|
|
2014-08-28 16:49:04 +08:00
|
|
|
/**
|
|
|
|
* Content styling.
|
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .heading .cell .iconsmall {
|
2014-08-28 16:49:04 +08:00
|
|
|
/* Fixes inconsistencies in cell height on IE. */
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .sorticon {
|
2014-08-28 16:49:04 +08:00
|
|
|
margin-left: 3px;
|
|
|
|
}
|
2014-09-05 09:37:34 +08:00
|
|
|
.dir-rtl.path-grade-report-grader .gradeparent .sorticon {
|
2014-08-28 16:49:04 +08:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .gradevalue {
|
2014-08-28 16:49:04 +08:00
|
|
|
display: inline-block;
|
2014-03-19 16:27:21 +10:30
|
|
|
}
|
2014-12-18 14:05:34 -05:00
|
|
|
.path-grade-report-grader span.gradepass {
|
|
|
|
color: #298721;
|
|
|
|
}
|
|
|
|
.path-grade-report-grader span.gradefail {
|
|
|
|
color: #890d0d;
|
|
|
|
}
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent tr:nth-child(n) td.overridden:nth-child(n) {
|
2014-09-02 15:32:08 +08:00
|
|
|
/* Made very specific to override the default stripped style of the table. */
|
2014-08-29 15:08:58 +08:00
|
|
|
background-color: #efd9a4;
|
|
|
|
}
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent tr:nth-child(n) td.ajaxoverridden:nth-child(n) {
|
2014-09-02 15:32:08 +08:00
|
|
|
/* Made very specific to override the default stripped style of the table. */
|
|
|
|
background-color: #ffe3a0;
|
|
|
|
}
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .excludedfloater {
|
2014-08-29 15:08:58 +08:00
|
|
|
font-weight: bold;
|
|
|
|
color: red;
|
|
|
|
font-size: 9px;
|
|
|
|
float: left;
|
|
|
|
}
|
2014-09-05 09:37:34 +08:00
|
|
|
.dir-rtl.path-grade-report-grader .gradeparent .excludedfloater {
|
2014-08-29 15:08:58 +08:00
|
|
|
float: right;
|
|
|
|
}
|
2014-09-03 14:40:15 +08:00
|
|
|
|
|
|
|
.path-grade-report .gradeparent .floater .controls.cell,
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .controls {
|
2014-08-29 15:08:58 +08:00
|
|
|
background-color: #f3ead8;
|
|
|
|
}
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .category {
|
2014-08-29 15:08:58 +08:00
|
|
|
text-align: left;
|
|
|
|
}
|
2014-09-05 09:37:34 +08:00
|
|
|
.dir-rtl.path-grade-report-grader .gradeparent .category {
|
2014-08-29 15:08:58 +08:00
|
|
|
text-align: right;
|
|
|
|
}
|
2014-08-21 11:13:56 +01:00
|
|
|
|
2014-08-29 15:08:58 +08:00
|
|
|
/**
|
|
|
|
* Editing fields.
|
|
|
|
*/
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent select {
|
2014-08-29 15:08:58 +08:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .text {
|
2014-08-29 15:08:58 +08:00
|
|
|
border: 1px solid #666;
|
|
|
|
width: auto;
|
2014-08-21 11:13:56 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2014-08-29 15:08:58 +08:00
|
|
|
text-align: center;
|
2014-08-21 11:13:56 +01:00
|
|
|
}
|
2014-10-02 14:41:13 +08:00
|
|
|
.path-grade-report-grader .gradeparent .quickfeedback {
|
2014-08-29 15:08:58 +08:00
|
|
|
border: 1px dashed #000;
|
|
|
|
width: auto;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin-left: 10px;
|
2014-08-21 11:13:56 +01:00
|
|
|
}
|
2014-09-05 09:37:34 +08:00
|
|
|
.dir-rtl.path-grade-report-grader .gradeparent .quickfeedback {
|
2014-08-29 15:08:58 +08:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 10px;
|
2014-08-21 11:13:56 +01:00
|
|
|
}
|
2014-09-05 09:37:34 +08:00
|
|
|
|
|
|
|
.path-grade-report-grader .yui3-overlay {
|
|
|
|
border: 0;
|
|
|
|
background: none;
|
|
|
|
background-color: initial;
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.path-grade-report-grader .yui3-overlay {
|
|
|
|
background-color: white;
|
|
|
|
width: auto;
|
|
|
|
padding: 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|