[Pkg-owncloud-commits] [owncloud] 200/215: fix search results from other places, account for margin-bottom in files list

David Prévot taffit at moszumanska.debian.org
Tue May 5 01:01:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 954968e9d8ec58a58f8a9ea3c14eb40430034cdb
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Sat May 2 09:07:42 2015 -0400

    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(-)

diff --git a/core/search/css/results.css b/core/search/css/results.css
index b62f7df..36a2ccc 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 {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list