diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-05-13 14:28:46 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-05-13 20:52:36 +0200 |
commit | 5a73ca6ebb437c5eed2a9863ab5513facacb6e93 (patch) | |
tree | c15ae0814d75be1dd98325c27e4965f063a29d0b /themes/alps/assets | |
parent | 7456c9574cfe5cffb26aa2c8abe72682308d5fd5 (diff) | |
download | alps-5a73ca6ebb437c5eed2a9863ab5513facacb6e93.tar.gz alps-5a73ca6ebb437c5eed2a9863ab5513facacb6e93.zip |
alps theme: if there's nothing to show, say so
Diffstat (limited to 'themes/alps/assets')
-rw-r--r-- | themes/alps/assets/style.css | 9 |
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, |