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
path: root/search
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-09 14:55:10 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-09 14:55:10 +0400
commitd72269d361bee3f00528c7f7ef739bf278280b8d (patch)
tree6c1124c14c49a74058b59628a53fab25e02c1d7a /search
parentee6fe9718e9eba3ebcc6e11a1fac6a8621e8e612 (diff)
increase height of result for better clickability
Diffstat (limited to 'search')
-rw-r--r--search/css/results.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/css/results.css b/search/css/results.css
index c41e23af8a4..679a695b041 100644
--- a/search/css/results.css
+++ b/search/css/results.css
@@ -45,7 +45,7 @@
#searchresults td {
padding:0 .3em;
- height: 32px;
+ height: 44px;
}
#searchresults tr.template {
display: none;