You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
777 B
34 lines
777 B
2 years ago
|
.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;
|
||
|
}
|