diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-06-22 15:30:29 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-06-22 15:30:29 +0200 |
commit | 9dde4823154334645ca89dde14561a0c29e2775e (patch) | |
tree | 1ae0a5b4383dea41177aa8efe337a430e2562aab /core/search | |
parent | 8eda9ae83cb8fe1c1333531e06bdd9fbdbb0b8f8 (diff) | |
download | nextcloud-server-9dde4823154334645ca89dde14561a0c29e2775e.tar.gz nextcloud-server-9dde4823154334645ca89dde14561a0c29e2775e.zip |
remove whitespace on bottom when no search results, fix laylout, fix #16878
Diffstat (limited to 'core/search')
-rw-r--r-- | core/search/css/results.css | 4 |
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; |