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/Swage/swage.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'p/themes/Swage/swage.css') 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 -- cgit v1.2.3