From ed2ad4ddc8fb26ff8cb003dcb92cc69eef1c6f8a Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 13 Nov 2014 22:09:55 +0000 Subject: [PATCH] Fixed paper-item links not firing on edges. The links were sitting in the middle of the items, with plenty of ripply but non-performing space around them... --- resources/report/css/style.css | 5 +++++ resources/report/report.html | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index ac185f5d..08303ba6 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -59,6 +59,11 @@ div[drawer] { paper-item > a { text-decoration: none; color: black; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; } #container { position: fixed; diff --git a/resources/report/report.html b/resources/report/report.html index b6fbee59..4316fe08 100644 --- a/resources/report/report.html +++ b/resources/report/report.html @@ -107,10 +107,10 @@
- Summary + Summary - General Messages + General Messages