From e679d3df0e55530c056d701b4773ff7e74f5c82c Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 21 Mar 2023 18:47:07 +0100 Subject: Improved: show Terms of Service in config menu (#5215) * Use constants for path to TOS * improve comments * TOS title moved to template * TOS available via config menu * CSS: improve handling of content of TOS/about * give info about set/unset TOS in system config * fix target * i18n FR * i18n DE --- p/themes/Dark/dark.css | 14 -------------- p/themes/Dark/dark.rtl.css | 14 -------------- 2 files changed, 28 deletions(-) (limited to 'p/themes/Dark') diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index fa194bb9e..0298ef4b2 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -612,20 +612,6 @@ a.btn { background-color: #111; } -/*=== Configuration pages */ -.post { - padding: 10px 50px; - font-size: 0.9em; -} - -.post form { - margin: 10px 0; -} - -.post.content { - max-width: 550px; -} - /*=== Prompt (centered) */ .prompt .form-group { margin-bottom: 1rem; diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css index 2610e49d5..e456a2865 100644 --- a/p/themes/Dark/dark.rtl.css +++ b/p/themes/Dark/dark.rtl.css @@ -612,20 +612,6 @@ a.btn { background-color: #111; } -/*=== Configuration pages */ -.post { - padding: 10px 50px; - font-size: 0.9em; -} - -.post form { - margin: 10px 0; -} - -.post.content { - max-width: 550px; -} - /*=== Prompt (centered) */ .prompt .form-group { margin-bottom: 1rem; -- cgit v1.2.3