fix search results from other places, account for margin-bottom in files list
This commit is contained in:
parent
eda4d45836
commit
954968e9d8
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue