Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-05-02 16:07:42 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-05-02 16:07:42 +0300
commit954968e9d8ec58a58f8a9ea3c14eb40430034cdb (patch)
tree92c81edd301d06e557bcc35d082132e49c4d4860 /core/search
parenteda4d4583645b49bd1e582f7396603ce6795e919 (diff)
fix search results from other places, account for margin-bottom in files list
Diffstat (limited to 'core/search')
-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 {