aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Swage
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/Swage
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/Swage')
-rw-r--r--p/themes/Swage/swage.css13
-rw-r--r--p/themes/Swage/swage.rtl.css11
-rw-r--r--p/themes/Swage/swage.scss9
3 files changed, 2 insertions, 31 deletions
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css
index 6478c0581..618bc64b3 100644
--- a/p/themes/Swage/swage.css
+++ b/p/themes/Swage/swage.css
@@ -673,19 +673,12 @@ form th {
}
.post {
- padding: 10px 50px;
font-size: 0.9em;
}
.post input.long {
height: 33px;
margin-top: 0px;
}
-.post form {
- margin: 10px 0;
-}
-.post.content {
- max-width: 550px;
-}
.prompt input {
margin: 5px auto;
@@ -1174,11 +1167,9 @@ button.as-link {
left: 0;
right: auto;
}
-
#nav_menu_actions ul.dropdown-menu::after {
display: none;
}
-
#nav_menu_actions .dropdown.only-mobile {
display: initial !important;
}
@@ -1193,6 +1184,4 @@ button.as-link {
#slider label {
min-height: initial;
-}
-
-/*# sourceMappingURL=swage.css.map */
+} \ No newline at end of file
diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css
index a4ba4f159..3ac5982ae 100644
--- a/p/themes/Swage/swage.rtl.css
+++ b/p/themes/Swage/swage.rtl.css
@@ -673,19 +673,12 @@ form th {
}
.post {
- padding: 10px 50px;
font-size: 0.9em;
}
.post input.long {
height: 33px;
margin-top: 0px;
}
-.post form {
- margin: 10px 0;
-}
-.post.content {
- max-width: 550px;
-}
.prompt input {
margin: 5px auto;
@@ -1174,11 +1167,9 @@ button.as-link {
right: 0;
left: auto;
}
-
#nav_menu_actions ul.dropdown-menu::after {
display: none;
}
-
#nav_menu_actions .dropdown.only-mobile {
display: initial !important;
}
@@ -1193,4 +1184,4 @@ button.as-link {
#slider label {
min-height: initial;
-}
+} \ No newline at end of file
diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss
index cc7aed10e..0c926aaec 100644
--- a/p/themes/Swage/swage.scss
+++ b/p/themes/Swage/swage.scss
@@ -872,7 +872,6 @@ form {
}
.post {
- padding: 10px 50px;
font-size: 0.9em;
input {
@@ -881,14 +880,6 @@ form {
margin-top: 0px;
}
}
-
- form {
- margin: 10px 0;
- }
-
- &.content {
- max-width: 550px;
- }
}
.prompt {