MDL-56147 theme_boost: Styling for fake calendar events filter block

This commit is contained in:
Frédéric Massart 2016-09-30 14:28:36 +02:00
parent ddd8dc0d1b
commit 13623ce81e

View file

@ -397,6 +397,7 @@ $calendarEventUserColor: #dce7ec; // Pale blue.
ul { ul {
list-style: none; list-style: none;
margin: 0; margin: 0;
padding: 0;
} }
li { li {
@ -405,6 +406,7 @@ $calendarEventUserColor: #dce7ec; // Pale blue.
span { span {
img { img {
padding: 0 0.2em; padding: 0 0.2em;
margin: 0;
} }
} }
} }