From 21b877e69c4bdf0423db6c3f72aeb7bef2e26c51 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 26 Dec 2014 10:54:37 +0000 Subject: [PATCH] Plugin card header font size tweaks. --- resources/report/html/loot-plugin-card.html | 6 ++++-- resources/report/html/loot-plugin-editor.html | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index 6cb39b83..ca66bfde 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -85,6 +85,10 @@ loot-clear-metadata } /* Content styling. */ + content::content * { + font-weight: 400; + font-size: 1rem; + } content::content > .tag, content::content > ul { display: block; @@ -92,8 +96,6 @@ loot-clear-metadata } content::content > h1 { display: inline-block; - font-weight: 400; - font-size: 1rem; margin: 0; } content::content > .version { diff --git a/resources/report/html/loot-plugin-editor.html b/resources/report/html/loot-plugin-editor.html index 155b59d1..7929753b 100644 --- a/resources/report/html/loot-plugin-editor.html +++ b/resources/report/html/loot-plugin-editor.html @@ -47,19 +47,19 @@ loot-editor-close } /* Content styling. */ - h1 { + core-toolbar > div { display: inline-block; font-weight: 400; font-size: 1rem; + } + h1 { margin: 0; } #version { - display: inline-block; margin-left: 16px; color:#6394F8; } #crc { - display: inline-block; margin-left: 16px; color:#BC8923; }