From d776c4c77ddb59cb571f23bf4ef042bd0a246751 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 15 Jul 2015 20:23:11 +0200 Subject: make search work in ownCloud 8.1 --- grauphel.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'grauphel.css') diff --git a/grauphel.css b/grauphel.css index 14eafb0..20c0ead 100644 --- a/grauphel.css +++ b/grauphel.css @@ -132,7 +132,7 @@ table.table thead th { vertical-align: middle; } -table.table th, table.table td { +table.table th, table.table td, #searchresults td { border-bottom:1px solid #ddd; text-align:left; font-weight:normal; @@ -194,4 +194,10 @@ table.table form button.action { } .note-content a { text-decoration: underline; +} + +#searchresults { + margin-top: 0px; + min-height: 100%; + margin-bottom: 50px; } \ No newline at end of file -- cgit v1.2.3