fix search results from other places, account for margin-bottom in files list

This commit is contained in:
Jan-Christoph Borchardt 2015-05-02 09:07:42 -04:00
parent eda4d45836
commit 954968e9d8
1 changed files with 6 additions and 4 deletions

View File

@ -3,12 +3,14 @@
See the COPYING-README file. */ See the COPYING-README file. */
#searchresults { #searchresults {
background-color:#fff; background-color: #fff;
overflow-x:hidden; overflow-x: hidden;
text-overflow:ellipsis; text-overflow: ellipsis;
padding-top: 65px; padding-top: 65px;
box-sizing: border-box; box-sizing: border-box;
z-index:75; z-index: 75;
/* account for margin-bottom in files list */
margin-top: -250px;
} }
#searchresults.hidden { #searchresults.hidden {