mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
24 lines
508 B
PHP
24 lines
508 B
PHP
.block_calendar_month .cal_popup_caption,
|
|
.block_calendar_month .cal_popup_fg div {
|
|
font-size: 0.85em !important;
|
|
}
|
|
|
|
.block_calendar_month .filters {
|
|
font-size:0.75em;
|
|
padding: 5px;
|
|
}
|
|
|
|
.block_calendar_month .filters table {
|
|
border-collapse:separate;
|
|
border-spacing: 2px;
|
|
padding: 2px;
|
|
}
|
|
|
|
.block_calendar_month .event_global,
|
|
.block_calendar_month .event_course,
|
|
.block_calendar_month .event_group,
|
|
.block_calendar_month .event_user {
|
|
border-width: 2px;
|
|
border-style: solid;
|
|
}
|