Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-06-22 16:30:29 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-06-22 16:30:29 +0300
commit9dde4823154334645ca89dde14561a0c29e2775e (patch)
tree1ae0a5b4383dea41177aa8efe337a430e2562aab /core/search
parent8eda9ae83cb8fe1c1333531e06bdd9fbdbb0b8f8 (diff)
remove whitespace on bottom when no search results, fix laylout, fix #16878
Diffstat (limited to 'core/search')
-rw-r--r--core/search/css/results.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/search/css/results.css b/core/search/css/results.css
index 36a2ccc13c3..fd07561d133 100644
--- a/core/search/css/results.css
+++ b/core/search/css/results.css
@@ -12,6 +12,10 @@
/* account for margin-bottom in files list */
margin-top: -250px;
}
+#searchresults.filter-empty {
+ /* remove whitespace on bottom when no search results, to fix layout */
+ margin-top: 0 !important;
+}
#searchresults.hidden {
display: none;