mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-66932_master' of https://github.com/nadavkav/moodle
This commit is contained in:
commit
5b6063e226
3 changed files with 20 additions and 0 deletions
|
@ -436,6 +436,14 @@
|
|||
background-color: $table-bg;
|
||||
}
|
||||
}
|
||||
|
||||
.column-contributiontocoursetotal,
|
||||
.column-range,
|
||||
.column-percentage,
|
||||
.column-weight {
|
||||
/*rtl:ignore*/
|
||||
direction: ltr;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -18524,6 +18524,12 @@ p.arrow_button {
|
|||
border: none; }
|
||||
.path-grade-report-user .user-grade.generaltable .levelodd {
|
||||
background-color: rgba(0, 0, 0, 0.05); }
|
||||
.path-grade-report-user .user-grade .column-contributiontocoursetotal,
|
||||
.path-grade-report-user .user-grade .column-range,
|
||||
.path-grade-report-user .user-grade .column-percentage,
|
||||
.path-grade-report-user .user-grade .column-weight {
|
||||
/*rtl:ignore*/
|
||||
direction: ltr; }
|
||||
|
||||
/**
|
||||
* Single view.
|
||||
|
|
|
@ -18759,6 +18759,12 @@ p.arrow_button {
|
|||
border: none; }
|
||||
.path-grade-report-user .user-grade.generaltable .levelodd {
|
||||
background-color: rgba(0, 0, 0, 0.05); }
|
||||
.path-grade-report-user .user-grade .column-contributiontocoursetotal,
|
||||
.path-grade-report-user .user-grade .column-range,
|
||||
.path-grade-report-user .user-grade .column-percentage,
|
||||
.path-grade-report-user .user-grade .column-weight {
|
||||
/*rtl:ignore*/
|
||||
direction: ltr; }
|
||||
|
||||
/**
|
||||
* Single view.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue