mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
56793e6ce5
Part of MDL-46191
27 lines
431 B
CSS
27 lines
431 B
CSS
/* History */
|
|
|
|
th#excludedheader {
|
|
white-space: normal;
|
|
}
|
|
|
|
th#excludedheader p {
|
|
width: 75px;
|
|
}
|
|
|
|
table#gradestable th.header.selected {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.path-grade-report-history div.gradeparent {
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
.path-grade-report-history .singlebutton div {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.path-grade-report-history .singlebutton div input[type="button"] {
|
|
margin-bottom: 0px;
|
|
}
|