From 030ab5facdbbd9044d2c102eaed7baf8764bc7fc Mon Sep 17 00:00:00 2001 From: Djjus <59532170+Djjus@users.noreply.github.com> Date: Sat, 9 Jan 2021 21:55:57 +0000 Subject: [PATCH] tags & spacing --- .../Warhammer 4e Character Sheet.css | 12 ++++++------ .../Warhammer 4e Character Sheet.html | 12 ++++++------ Warhammer 4e Character Sheet/translation.json | 4 +++- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.css b/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.css index b6fefe358c..8ce2fe6df4 100644 --- a/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.css +++ b/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.css @@ -1124,9 +1124,10 @@ span[class*="sheet-tab-gmwhisper"] { background: #615c50; color: dark gray; font-size: 7px; - top: 5px; + padding-bottom: 2px; border-radius: 4px 4px 4px 4px; border: 1px solid #a9a9a9; + line-height: 10px; } span[class*="sheet-tab-inventory"] { color: white; @@ -1293,12 +1294,12 @@ input.sheet-tab-spell99:checked ~ div[class^="sheet-spell-page"] { input.sheet-tab-spell-page, span.sheet-tab-spell-page { - width: 70px; + width: 74px; height: 18px; } span.sheet-tab-spell-page { - margin-left: -73px; + margin-left: -77px; } span.sheet-tab-spell-page, @@ -1637,13 +1638,12 @@ span.sheet-tab-npc { input.sheet-tab-gmwhisper, span.sheet-tab-gmwhisper { display: inline-block; - position:relative; width: 65px; - height: 19px; + height: 17px; font-size: 10px; text-align: center; vertical-align: text-top; - padding-bottom: 2px; + margin-bottom: -20px; left: 10px; top: -2px; background-color: transparent; diff --git a/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.html b/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.html index 00c5ea5abc..0ccccdd47f 100644 --- a/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.html +++ b/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.html @@ -250,7 +250,7 @@ - Conditions + Conditions @@ -15829,21 +15829,21 @@
- + - Petty + Petty - Arcane + Arcane - Blessings + Blessings - Miracles + Miracles diff --git a/Warhammer 4e Character Sheet/translation.json b/Warhammer 4e Character Sheet/translation.json index bc3286d465..b9072f684b 100644 --- a/Warhammer 4e Character Sheet/translation.json +++ b/Warhammer 4e Character Sheet/translation.json @@ -1157,5 +1157,7 @@ "TARGET-CN": "Target CN", "WHISPER-SELF": "Whisper Rolls to Self", "WHISPER-BUTTON": "Whisper GM", - "NOTE-NPC-TAB": "NOTE: This tab is primarily aimed at simplifing and speeding up simple NPC combat interaction. Too many NPCs (20+) per page will make pages very slow." + "NOTE-NPC-TAB": "NOTE: This tab is primarily aimed at simplifing and speeding up simple NPC combat interaction. Too many NPCs (20+) per page will make pages very slow.", + "BLESSINGS": "Blessings", + "MIRACLES": "Miracles" }