From 938aadaaf3530da7a15ff638c10c8907cae65810 Mon Sep 17 00:00:00 2001 From: Tenyryas Date: Wed, 3 Mar 2021 00:47:33 +0100 Subject: [PATCH] 0.17.1 - css stylesheet for correcting some texts wrapping --- fr.json | 2 +- module.json | 4 ++-- swade-fr.css | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 swade-fr.css diff --git a/fr.json b/fr.json index 2ef6bc3..6b7ad89 100644 --- a/fr.json +++ b/fr.json @@ -174,7 +174,7 @@ "SWADE.WoundsMax": "Blessures maximales", "SWADE.Fatigue": "Fatigue", "SWADE.FatigueMax": "Fatigue maximale", - "SWADE.Incap": "État critique!", + "SWADE.Incap": "État critique !", "SWADE.Init": "Initiative", "SWADE.InitDraw": "tire son Initiative !", "SWADE.JokersWild": "Un Joker, c'est fou !", diff --git a/module.json b/module.json index 2765de5..69a34bb 100644 --- a/module.json +++ b/module.json @@ -2,13 +2,13 @@ "name": "swade-fr", "title": "SWADE French translation", "description": "Adds French(FRANCE) to the SWADE system", - "version": "0.17.0", + "version": "0.17.1", "minimumCoreVersion" : "0.7.9", "compatibleCoreVersion" : "0.7.9", "author": "Kyane, Leratier Bretonnien, U~man", "scripts": [], - "styles": [], + "styles": ["swade-fr.css"], "packs": [], "languages": [ diff --git a/swade-fr.css b/swade-fr.css new file mode 100644 index 0000000..b785ad2 --- /dev/null +++ b/swade-fr.css @@ -0,0 +1,8 @@ +.swade.setting-config form .form-group > label { + flex: 4; +} + +.swade .check-container, +.swade-official .check-container { + font-size: 1.11em; +} \ No newline at end of file