Browse Source

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

paul 4 years ago
parent
commit
e2e93c8c07
1 changed files with 24 additions and 1 deletions
  1. 24 1
      web/mustard/theme.css

+ 24 - 1
web/mustard/theme.css

@@ -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;