From 880cbb3373fad3a230da728c78e08ae3962648ae Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 5 Mar 2016 16:19:10 +0000 Subject: [PATCH] Move metadata editor out of card list Replace the per-card metadata editors with a single metadata editor that is displayed below the card list, fixed to the bottom of the window. Remove the CRC, version and plugin icons from the editor. Change the editor toolbar background to a light blue, and remove the content area borders. --- src/gui/html/css/typography.css | 1 - src/gui/html/elements/loot-plugin-card.html | 186 ++++-------------- src/gui/html/elements/loot-plugin-editor.html | 61 +----- src/gui/html/index.html | 3 + src/gui/html/js/events.js | 121 ++++++------ src/gui/html/js/l10n.js | 5 - 6 files changed, 108 insertions(+), 269 deletions(-) diff --git a/src/gui/html/css/typography.css b/src/gui/html/css/typography.css index 44a62702..63bba52b 100644 --- a/src/gui/html/css/typography.css +++ b/src/gui/html/css/typography.css @@ -127,7 +127,6 @@ html { } h1 { font-weight: 400; - color: rgba(0, 0, 0, 0.54); } #summary > h1 { font-size: 1.143rem; diff --git a/src/gui/html/elements/loot-plugin-card.html b/src/gui/html/elements/loot-plugin-card.html index 1ab20efa..adeb616e 100644 --- a/src/gui/html/elements/loot-plugin-card.html +++ b/src/gui/html/elements/loot-plugin-card.html @@ -32,44 +32,19 @@ loot-clear-metadata