1 // The class gradetreebox matches the pages displaying the gradebook
2 // "Gradebook setup" > "Simple view" and "Full view".
5 // Force back the base font-size to minimise width.
6 font-size: $font-size-base;
11 // Fallback on the minimum width.
17 // Remove the bottom margin to gain height.
22 // Grade upgrade notice.
23 .core_grades_notices {
25 display: inline-block;
29 .path-grade-report #maincontent + .urlselect {
34 .path-grade-report-grader {
40 flex-direction: column;
49 [data-region="blocks-column"] {
56 #page-grade-grading-manage {
57 #activemethodselector {
59 display: inline-block;
73 display: inline-block;
81 border: 1px solid #aaa;
93 #page-grade-grading-form-rubric-edit {
94 .gradingform_rubric_editform .status {
100 &.gradingform_rubric {
108 padding: $rubricPadding;
135 padding: $rubricPadding;
155 background-color: #ddd;
163 // Should handle at least three chars with room to spare.
169 // Zero out the width if it's still in the block flow for some reason
195 text-shadow: inherit;
197 line-height: inherit;
198 background: transparent url([[pix:t/add]]) no-repeat 7px 8px;
216 background-color: transparent;
258 // Set up grades layout.
259 .path-grade-edit-tree .setup-grades {
271 .category td.column-name {
283 td.movehere a.movehere {
287 border: 2px dashed $gray-800;
290 .category input[type="text"],
291 .category .column-range,
301 .gradeitemdescription {
382 background-color: $table-accent-bg;
386 background-color: $table-bg;
394 .path-grade-report-grader {
397 @include border-radius($border-radius);
402 background-color: $pagination-bg;
407 border-color: $table-border-color;
415 background-color: $gray-100;
427 .path-grade-report-user .user-grade {
432 background-color: $table-accent-bg;
436 background-color: $table-bg;
440 .column-contributiontocoursetotal,
452 .path-grade-report-singleview input[name^="finalgrade"] {