mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
copied list handling CSS from cssweek format section to general course section and added handling for section lists on the index page
This commit is contained in:
parent
d4a42ff494
commit
e062995380
@ -900,8 +900,23 @@ span.current {
|
||||
#course-view .section .weekdates {
|
||||
}
|
||||
|
||||
#course-view ul.section,
|
||||
#site-index ul.section,
|
||||
#course-view ul.section li,
|
||||
#site-index ul.section li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-indent: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/*Accessibility: No-tables course format. */
|
||||
#course-view ul.weekscss, .weekscss li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-indent: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.weekscss-format {
|
||||
min-width:763px; /* Doesn't work for IE. */
|
||||
}
|
||||
@ -912,14 +927,6 @@ span.current {
|
||||
padding-left:12px;
|
||||
padding-right:12px;
|
||||
}
|
||||
|
||||
#course-view ul.weekscss, .weekscss li,
|
||||
#course-view ul.section, .section li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-indent: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.weekscss li.section {
|
||||
margin-bottom: 0.5em;
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user