mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
31 lines
1.4 KiB
CSS
31 lines
1.4 KiB
CSS
|
/*** Grades ***/
|
||
|
.allcoursegrades {width: 100%;text-align: right;padding: 4px 0px 5px 0px;}
|
||
|
|
||
|
.path-grade-edit .buttons {text-align:center;}
|
||
|
.path-grade-edit-tree .idnumber {margin-left: 15px;}
|
||
|
.path-grade-edit-tree .movetarget {position: relative;width: 80px;height: 16px;}
|
||
|
.path-grade-edit-tree ul#grade_tree {width: auto;}
|
||
|
.path-grade-edit-tree ul#grade_tree li {list-style: none;}
|
||
|
.path-grade-edit-tree ul#grade_tree li.category {margin-bottom: 6px;}
|
||
|
.path-grade-edit-tree .iconsmall {margin-left: 4px;}
|
||
|
|
||
|
#grade-report-toggles {text-align: center;}
|
||
|
#grade-aggregation-help dt {margin-top: 15px;}
|
||
|
#grade-aggregation-help dd.example {margin-top: 7px;}
|
||
|
#grade-aggregation-help code {display: block;margin-top: 7px;}
|
||
|
.gradeexportlink {padding: 2em;text-align: center;}
|
||
|
|
||
|
.gradetreebox {margin-top:10px;}
|
||
|
.gradetreebox table {font-size: 0.8em;width: 100%;}
|
||
|
.gradetreebox td.colspan,
|
||
|
.gradetreebox tr.category .cell {background-color: #DDD;}
|
||
|
.gradetreebox th.actions {white-space: nowrap;width: 80px;}
|
||
|
.gradetreebox td.name {white-space: nowrap;}
|
||
|
.gradetreebox td.name h4 {display: inline;}
|
||
|
.gradetreebox td.range {white-space: nowrap;}
|
||
|
.gradetreebox span.actionlink {color: blue;}
|
||
|
.gradetreebox span.actionlink:hover {text-decoration: underline;cursor: pointer;}
|
||
|
.gradetreebox img.iconsmall {margin-left: 4px;}
|
||
|
.gradetreebox img.icon {margin-right: 5px;}
|
||
|
.gradetreebox #gradetreesubmit {margin-bottom:1em;text-align: center;}
|
||
|
.gradetreebox .hidden {display: none;}
|