-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles_boost.css
25 lines (19 loc) · 809 Bytes
/
styles_boost.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* Below are styles which are only needed for Boost, but are not needed for Bootstrapbase */
/* Boost makes h3 headings quite big, this is not desired for this block. */
.block_course_overview_campus.block .coursebox h3 {
font-size: 1.0rem;
}
/* Below are styles which are needed because Boost (BS 4) makes things different from Bootstrapbase (BS 2) */
#coc-courselist .row,
#coc-hiddencoursesmanagement-top .row,
#coc-hiddencoursesmanagement-bottom .row {
display: block; /* Revert the flex model from BS 4 stable for the course list items and controls to circumvent redesign
of this block. This isn't nice but ok for the time being. */
}
.path-my .block_course_overview_campus .coursebox {
margin: 0;
}
#coc-filterlist {
padding-left: 0;
padding-right: 0;
}