mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 02:49:53 +01:00
* The styles ".course-content ul.topics li.section .right img.icon" and ".course-content ul.weeks li.section .right img.icon" are now kind of irrelevant and are causing course section action menu items in Bootstrapbase to be rendered without spacing between the action menu icon and the label.
34 lines
777 B
CSS
34 lines
777 B
CSS
.course-content ul.weeks {
|
|
margin: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.course-content ul.weeks li.section .content {
|
|
margin: 0 40px;
|
|
}
|
|
|
|
.course-content ul.weeks li.section .left,
|
|
.course-content ul.weeks li.section .right {
|
|
width: 40px;
|
|
padding: 0 6px;
|
|
}
|
|
|
|
.course-content ul.weeks li.section .left {
|
|
padding-top: 22px;
|
|
text-align: right;
|
|
}
|
|
|
|
.jsenabled .course-content ul.weeks li.section .left,
|
|
.jsenabled .course-content ul.weeks li.section .right {
|
|
width: auto;
|
|
}
|
|
|
|
.course-content ul.weeks li.section .left .section-handle img.icon {
|
|
padding: 0;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
.course-content ul.weeks li.section .section_action_menu .textmenu,
|
|
.course-content ul.weeks li.section .section_action_menu .menu-action-text {
|
|
white-space: nowrap;
|
|
} |