mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
35 lines
745 B
CSS
35 lines
745 B
CSS
#page-report-progress-index #completion-progress th,
|
|
#page-report-progress-index #completion-progress td {
|
|
padding: 2px 4px;
|
|
font-weight: normal;
|
|
border-right: 1px solid #eee;
|
|
}
|
|
|
|
#page-report-progress-index .progress-actions {
|
|
text-align: center;
|
|
list-style: none;
|
|
}
|
|
|
|
#page-report-progress-index .completion_pagingbar {
|
|
margin: 1em 0;
|
|
text-align: center;
|
|
}
|
|
|
|
#page-report-progress-index .completion_prev {
|
|
display: inline;
|
|
margin-right: 2em;
|
|
}
|
|
|
|
#page-report-progress-index .completion_pagingbar p {
|
|
display: inline;
|
|
}
|
|
|
|
#page-report-progress-index .completion_next {
|
|
display: inline;
|
|
margin-left: 2em;
|
|
}
|
|
/*rtl:ignore*/
|
|
#page-report-progress-index #completion-progress th svg {
|
|
direction: ltr;
|
|
}
|