mustard: theme: Aggiunte regole per il filtro delle notifiche.
This commit is contained in:
parent
1ecf67acf8
commit
e2e93c8c07
1 changed files with 24 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue