mirror of
https://github.com/moodle/moodle.git
synced 2025-02-16 05:45:36 +01:00
Inserting back the empty space after the headingblock in social courses,
but in a way that makes it uniform with the other two course formats. In social, the empty space is now 9 pixels instead of 7. Oh well, that's life.
This commit is contained in:
parent
df03aecee7
commit
c399e50e77
@ -646,14 +646,6 @@ table.calendar-controls .next {
|
||||
#course-view .current .side {
|
||||
}
|
||||
|
||||
#course-view .topics {
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
#course-view .weeks {
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
#course-view .section .spacer {
|
||||
height:0.5em;
|
||||
}
|
||||
@ -715,8 +707,9 @@ body#course-user .section h2 {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
body#site-index .headingblock {
|
||||
margin-bottom: 8px;
|
||||
body#site-index .headingblock,
|
||||
body#course-view .headingblock {
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
|
||||
.coursebox {
|
||||
|
Loading…
x
Reference in New Issue
Block a user