1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/app/widgets/Notifs/notifs.css
2015-08-19 11:28:28 +02:00

26 lines
543 B
CSS

#notifs_widget li:not(:first-child) {
display: list-item;
}
#notifs_widget li img {
max-height: 2em;
float: left;
margin-right: 0.5em;
border-radius: 1em;
}
#notifs_widget.groupshown li:not(:first-child){
display: none;
}
#notifs_widget.groupshown ul li:first-child:before {
font-family: "Material Design Iconic Font";
content: "\f2c2";
display: inline-block;
}
#notifs_widget ul li:first-child:before {
font-family: "Material Design Iconic Font";
content: "\f2c0";
display: inline-block;
}