mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
ed7844b5f4
Part of MDL-55071
14 lines
301 B
CSS
14 lines
301 B
CSS
#page-report-completion-index table#completion-progress {
|
|
margin-top: 20px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
#page-report-completion-index .export-actions {
|
|
text-align: center;
|
|
list-style: none;
|
|
}
|
|
/*rtl:ignore*/
|
|
#page-report-completion-index #completion-progress th svg {
|
|
direction: ltr;
|
|
}
|