Merge pull request #16009 from owncloud/fix-searchresults

fix search results from other places, account for margin-bottom in files list
This commit is contained in:
Morris Jobke 2015-05-03 11:48:00 +02:00
commit 6bd861910b
1 changed files with 6 additions and 4 deletions

View File

@ -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 {