summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-05-03 11:48:00 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-05-03 11:48:00 +0200
commit6bd861910bbc8e1af383109ae1c8f220cded2b9c (patch)
tree74988e50c9cdff544e17b2b2b9a9ae05b1353e65 /core
parent9f76b8b3563e7f001b2adf46dcedf0e2f37c0ffc (diff)
parent954968e9d8ec58a58f8a9ea3c14eb40430034cdb (diff)
downloadnextcloud-server-6bd861910bbc8e1af383109ae1c8f220cded2b9c.tar.gz
nextcloud-server-6bd861910bbc8e1af383109ae1c8f220cded2b9c.zip
Merge pull request #16009 from owncloud/fix-searchresults
fix search results from other places, account for margin-bottom in files list
Diffstat (limited to 'core')
-rw-r--r--core/search/css/results.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/core/search/css/results.css b/core/search/css/results.css
index b62f7df3fe3..36a2ccc13c3 100644
--- a/core/search/css/results.css
+++ b/core/search/css/results.css
@@ -3,12 +3,14 @@
See the COPYING-README file. */
#searchresults {
- background-color:#fff;
- overflow-x:hidden;
- text-overflow:ellipsis;
+ background-color: #fff;
+ overflow-x: hidden;
+ text-overflow: ellipsis;
padding-top: 65px;
box-sizing: border-box;
- z-index:75;
+ z-index: 75;
+ /* account for margin-bottom in files list */
+ margin-top: -250px;
}
#searchresults.hidden {