From 28932daff020237fc555acaf7f40b82cada0289f Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 13 Nov 2014 20:28:01 +0000 Subject: [PATCH] Started to implement for plugin cards. Much is broken: search, editor panels, sidebar links, CRCs, message and Bash tag content display, and probably others too. --- resources/report/css/overrides.css | 5 + resources/report/css/style.css | 4 +- resources/report/html/loot-plugin-card.html | 333 +++++++++----------- resources/report/js/plugin.js | 27 -- resources/report/js/script.js | 9 +- resources/report/report.html | 16 +- 6 files changed, 184 insertions(+), 210 deletions(-) diff --git a/resources/report/css/overrides.css b/resources/report/css/overrides.css index 243c2a51..01889702 100644 --- a/resources/report/css/overrides.css +++ b/resources/report/css/overrides.css @@ -73,4 +73,9 @@ paper-item.core-selected { /* This styles divs like core-menus. */ html /deep/ paper-dropdown > div { margin: 12px; +} + +/* This stops the main core-list having its own scrollbars. */ +#main > core-list { + overflow-y: initial !important; } \ No newline at end of file diff --git a/resources/report/css/style.css b/resources/report/css/style.css index 0fe54075..bb8d8e1f 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -79,7 +79,9 @@ section { border-bottom-left-radius: 2px; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px; } - +#generalMessages { + margin-bottom: 0.5em; +} paper-item > core-icon { margin-right: 0.5em; } diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index 47413e5e..500415e0 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -40,10 +40,10 @@ loot-clear-metadata