mustard: theme: Aggiunte regole per il filtro delle notifiche.

This commit is contained in:
paul 2020-05-19 19:59:22 +02:00 committed by Giacomo Leidi
parent 1ecf67acf8
commit e2e93c8c07

View file

@ -876,8 +876,9 @@ div.notif {
}
div.notif p {
font-size: 10pt;
text-align: center;
margin: 2px;
margin: 10px;
padding: 3px;
}
@ -905,6 +906,28 @@ div.seen {
background-color: lightgrey;
}
div.filtered {
display: none;
}
#plancia .notifs-criterion {
display: flex;
}
#plancia .notifs-criterion label {
margin: 2px;
}
#plancia #clear-filters-btn {
margin: 2px auto;
width: 100%;
}
#plancia #apply-filters-btn {
margin: 2px auto;
width: 100%;
}
@media only screen and (max-width: 720px) {
.bigtab td {
width: 244px;