diff options
| author | 2023-03-21 18:47:07 +0100 | |
|---|---|---|
| committer | 2023-03-21 18:47:07 +0100 | |
| commit | e679d3df0e55530c056d701b4773ff7e74f5c82c (patch) | |
| tree | 38c69b91a41c05b3f5893b90e7f71077db95b4c0 /p/themes/base-theme | |
| parent | 34f62896ac729131dee25997307521bf259c5efc (diff) | |
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
Diffstat (limited to 'p/themes/base-theme')
| -rw-r--r-- | p/themes/base-theme/base.css | 14 | ||||
| -rw-r--r-- | p/themes/base-theme/base.rtl.css | 14 | ||||
| -rw-r--r-- | p/themes/base-theme/frss.css | 14 | ||||
| -rw-r--r-- | p/themes/base-theme/frss.rtl.css | 14 |
4 files changed, 28 insertions, 28 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css index 095ef49c0..13c1a5965 100644 --- a/p/themes/base-theme/base.css +++ b/p/themes/base-theme/base.css @@ -461,20 +461,6 @@ a.btn { border-radius: 3px; } -/*=== Configuration pages */ -.post { - padding: 10px 50px; - font-size: 0.9em; -} - -.post form { - margin: 10px 0; -} - -.post.content { - max-width: 550px; -} - /*=== Prompt (centered) */ .prompt { text-align: center; diff --git a/p/themes/base-theme/base.rtl.css b/p/themes/base-theme/base.rtl.css index a97d4876c..341c057a0 100644 --- a/p/themes/base-theme/base.rtl.css +++ b/p/themes/base-theme/base.rtl.css @@ -461,20 +461,6 @@ a.btn { border-radius: 3px; } -/*=== Configuration pages */ -.post { - padding: 10px 50px; - font-size: 0.9em; -} - -.post form { - margin: 10px 0; -} - -.post.content { - max-width: 550px; -} - /*=== Prompt (centered) */ .prompt { text-align: center; diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index bafc26a89..a284c53a6 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -1759,6 +1759,20 @@ html.slider-active { background-position: center; } +/*=== Configuration pages */ +.post { + padding: 1rem 2rem; + font-size: 0.9em; +} + +.post form { + margin: 1rem 0; +} + +.post.content.centered { + max-width: 550px; +} + /*=== SLIDESHOW */ /*==============*/ .slides { diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 40b6c4119..8c1109adc 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -1759,6 +1759,20 @@ html.slider-active { background-position: center; } +/*=== Configuration pages */ +.post { + padding: 1rem 2rem; + font-size: 0.9em; +} + +.post form { + margin: 1rem 0; +} + +.post.content.centered { + max-width: 550px; +} + /*=== SLIDESHOW */ /*==============*/ .slides { |
