mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-29367 theme_formalwhite: Lines between RSS and upcoming events
This commit is contained in:
parent
f1f04a5a06
commit
c18b6f6c50
@ -231,5 +231,26 @@ form.loginform .rememberusername {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* RSS - MDL-29367 */
|
||||
.block_rss_client .list li:first-child {
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.block_rss_client .list li {
|
||||
border-top: 1px solid #DDDDDD;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/* Upcoming events - MDL-29367 */
|
||||
/* to have the same separator as in .block_rss_client .list li */
|
||||
.block_calendar_upcoming .content > hr {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.block_calendar_upcoming .event {
|
||||
border-bottom: 1px solid #DDDDDD;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/** Custom CSS **/
|
||||
[[setting:customcss]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user