aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-02-26 16:31:49 +0000
committerr <r@freesoftwareextremist.com>2020-02-26 16:31:49 +0000
commit35a8c247d910f4a17aea5dd9df511f6e44bbc4bf (patch)
treebcb50154f78c65c4418137287b902f17f8e5c3f1 /static
parentd5230852cf4da238a0d3acb219f9049e9d669969 (diff)
downloadbloat-35a8c247d910f4a17aea5dd9df511f6e44bbc4bf.tar.gz
bloat-35a8c247d910f4a17aea5dd9df511f6e44bbc4bf.zip
Display empty list message
Diffstat (limited to 'static')
-rw-r--r--static/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index a647d4f..83250af 100644
--- a/static/style.css
+++ b/static/style.css
@@ -426,7 +426,7 @@ a:hover,
}
.search-form {
- margin: 16px 0 0 0;
+ margin: 16px 0 16px 0;
}
.more-container {
@@ -473,6 +473,10 @@ a:hover,
margin-right: 8px;
}
+.no-data-found {
+ margin: 12px 0;
+}
+
.dark {
background-color: #222222;
background-image: none;