From e96b93f2bb61530d89d73087968ea02e13b76910 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 9 Nov 2014 14:30:05 +0000 Subject: [PATCH] Switched to use Polymer icons. Might as well, they fit better with the look 'n' feel. The icons will need to be styled to a smaller size and have some padding added though. --- resources/report/css/overrides.css | 5 ++ resources/report/html/loot-plugin-item.html | 52 ++++++++++----------- 2 files changed, 30 insertions(+), 27 deletions(-) diff --git a/resources/report/css/overrides.css b/resources/report/css/overrides.css index 2859e710..210131ee 100644 --- a/resources/report/css/overrides.css +++ b/resources/report/css/overrides.css @@ -31,4 +31,9 @@ paper-tab::shadow #ink { /* These overrides change the font size of the sidebar items to be the body text size. */ #cardsNav /deep/ #label { font-size: 10pt; +} + +/* These overrides change the position of the link in so that it doesn't cover up tooltips. */ +loot-plugin-item::shadow ::content > a { + left: 112px; } \ No newline at end of file diff --git a/resources/report/html/loot-plugin-item.html b/resources/report/html/loot-plugin-item.html index a18725a1..6952cd29 100644 --- a/resources/report/html/loot-plugin-item.html +++ b/resources/report/html/loot-plugin-item.html @@ -1,34 +1,35 @@ + +