From 954968e9d8ec58a58f8a9ea3c14eb40430034cdb Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 2 May 2015 09:07:42 -0400 Subject: fix search results from other places, account for margin-bottom in files list --- core/search/css/results.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'core/search/css') 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 { -- cgit v1.2.3