mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
33 lines
647 B
CSS
33 lines
647 B
CSS
#block-region-side-pre .block_timeline .nav-search {
|
|
flex: 0 0 100%;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.block_timeline .input-group.searchbar {
|
|
width: 100%;
|
|
}
|
|
|
|
#block-region-side-pre .block_timeline h6.event-action {
|
|
flex-basis: 100%;
|
|
}
|
|
#block-region-side-pre .block_timeline .event-name-container {
|
|
flex-basis: 50%;
|
|
}
|
|
#block-region-side-pre .block_timeline h6.event-action a.btn {
|
|
width: auto;
|
|
}
|
|
|
|
.block_timeline .timeline-action-button {
|
|
margin-left: auto;
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.block_timeline .timeline-name {
|
|
width: 100%;
|
|
}
|
|
|
|
.block_timeline .timeline-action-button {
|
|
margin-left: 0;
|
|
}
|
|
}
|