aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/assets
diff options
context:
space:
mode:
Diffstat (limited to 'themes/alps/assets')
-rw-r--r--themes/alps/assets/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css
index c0867c1..b1c2ab7 100644
--- a/themes/alps/assets/style.css
+++ b/themes/alps/assets/style.css
@@ -366,6 +366,15 @@ main table tfoot {
margin-left: 0.3rem;
}
+.empty-list {
+ text-align: center;
+ grid-column-start: 1;
+ grid-column-end: 10;
+ font-size: 1.1rem;
+ color: #333;
+ margin-top: 1rem;
+}
+
input[type="submit"],
.button,
button,