aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-03-21 18:47:07 +0100
committerGravatar GitHub <noreply@github.com> 2023-03-21 18:47:07 +0100
commite679d3df0e55530c056d701b4773ff7e74f5c82c (patch)
tree38c69b91a41c05b3f5893b90e7f71077db95b4c0 /p/themes/Mapco
parent34f62896ac729131dee25997307521bf259c5efc (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/Mapco')
-rw-r--r--p/themes/Mapco/_configuration.scss9
-rw-r--r--p/themes/Mapco/mapco.css7
-rw-r--r--p/themes/Mapco/mapco.rtl.css7
3 files changed, 0 insertions, 23 deletions
diff --git a/p/themes/Mapco/_configuration.scss b/p/themes/Mapco/_configuration.scss
index 1ac695f15..c9168e385 100644
--- a/p/themes/Mapco/_configuration.scss
+++ b/p/themes/Mapco/_configuration.scss
@@ -2,17 +2,8 @@
/*=== Configuration pages */
.post {
- padding: 1rem 2rem;
font-size: 1rem;
- form {
- margin: 1rem 0;
- }
-
- &.content {
- max-width: 550px;
- }
-
h1, h2 {
color: variables.$main-font-color;
font-size: 2rem;
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index 967accc00..d34bc4dbc 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -1116,15 +1116,8 @@ main.prompt {
/*=== Configuration pages */
.post {
- padding: 1rem 2rem;
font-size: 1rem;
}
-.post form {
- margin: 1rem 0;
-}
-.post.content {
- max-width: 550px;
-}
.post h1, .post h2 {
color: #303136;
font-size: 2rem;
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index b962e5fe0..9d37b283c 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -1116,15 +1116,8 @@ main.prompt {
/*=== Configuration pages */
.post {
- padding: 1rem 2rem;
font-size: 1rem;
}
-.post form {
- margin: 1rem 0;
-}
-.post.content {
- max-width: 550px;
-}
.post h1, .post h2 {
color: #303136;
font-size: 2rem;