From 74c7cf70ffe49d907df13521edd760467d0602b0 Mon Sep 17 00:00:00 2001 From: Leonidas Spyropoulos Date: Mon, 15 Jun 2015 09:45:19 +0100 Subject: Add explanation for Popularity field in search results Fixes FS#45327. Signed-off-by: Leonidas Spyropoulos Signed-off-by: Lukas Fleischer --- web/html/css/aurweb.css | 5 +++++ web/template/pkg_search_results.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index a3f43bd..346f2ea 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -85,3 +85,8 @@ legend { p.important { font-weight: bold; } + +span.hover-help { + border-bottom: 1px dotted black; + cursor:help; +} diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index 13d9bfc..5c8f73e 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -35,7 +35,7 @@ if (!$result): ?> - + ? -- cgit v1.2.3-54-g00ecf