From 82b1d999dcfaccea7996d4dccd4778754ec39389 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:31:44 +0100 Subject: New: About page with env information (#7161) * infobox * i18n * CSS improved * themes * Update app/views/index/about.phtml Co-authored-by: Alexandre Alapetite * Update app/views/index/about.phtml Co-authored-by: Alexandre Alapetite * Environment information => System information * Issue templates: Env info -> System info * i18n: IT Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> * i18n: DE * Update app/i18n/it/index.php Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> * added: php_uname() * i18n: fr * Add database version --------- Co-authored-by: Alexandre Alapetite Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --- p/themes/base-theme/frss.css | 22 ++++++++++++++++++++++ p/themes/base-theme/frss.rtl.css | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) (limited to 'p/themes/base-theme') diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index fe988986d..0cf6df1e4 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -2365,6 +2365,28 @@ html.slider-active { overflow-x: auto; } +.envInfo summary { + margin-top: 0.5rem; + padding-left: 0.25rem; + font-weight: bold; + cursor: pointer; +} + +.envInfo dl { + margin: 1rem 2rem 2rem 1.5rem; + padding: 2rem 4rem 2rem 2rem; + border: 1px solid var(--frss-border-color); +} + +.envInfo dt::after { + content: ":"; +} + +.envInfo dd { + margin-bottom: 0.5rem; + padding-left: 2rem; + font-family: monospace; +} /*=== MOBILE */ /*===========*/ diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index d3d76f6a9..cf08ac5e5 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -2365,6 +2365,28 @@ html.slider-active { overflow-x: auto; } +.envInfo summary { + margin-top: 0.5rem; + padding-right: 0.25rem; + font-weight: bold; + cursor: pointer; +} + +.envInfo dl { + margin: 1rem 1.5rem 2rem 2rem; + padding: 2rem 2rem 2rem 4rem; + border: 1px solid var(--frss-border-color); +} + +.envInfo dt::after { + content: ":"; +} + +.envInfo dd { + margin-bottom: 0.5rem; + padding-right: 2rem; + font-family: monospace; +} /*=== MOBILE */ /*===========*/ -- cgit v1.2.3