mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-65671 calendar: tidy up calendar header
This commit is contained in:
parent
859bc931d8
commit
fed1cc738d
9 changed files with 25 additions and 9 deletions
|
@ -437,3 +437,7 @@ table.calendartable caption {
|
|||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.cal_courses_flt {
|
||||
color: #868e96;
|
||||
}
|
||||
|
|
|
@ -11677,6 +11677,9 @@ table.calendartable caption {
|
|||
.description-content > p {
|
||||
margin: 0; }
|
||||
|
||||
.cal_courses_flt {
|
||||
color: #868e96; }
|
||||
|
||||
/* course.less */
|
||||
/* COURSE CONTENT */
|
||||
.section-modchooser-link img {
|
||||
|
|
|
@ -11919,6 +11919,9 @@ table.calendartable caption {
|
|||
.description-content > p {
|
||||
margin: 0; }
|
||||
|
||||
.cal_courses_flt {
|
||||
color: #868e96; }
|
||||
|
||||
/* course.less */
|
||||
/* COURSE CONTENT */
|
||||
.section-modchooser-link img {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue