From 58f9498c7ee004eb68bb6cf41c24479d3aaed46e Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Sun, 27 May 2018 09:48:27 +0200 Subject: [PATCH 1/2] Frio: tos page background for frio --- view/theme/frio/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index bdc848499b..b4bb84ccae 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2137,7 +2137,7 @@ ul.dropdown-menu li:hover { #adminpage, .delegate-content-wrapper, .uexport-content-wrapper, .viewcontacts-content-wrapper, .dfrn_request-content-wrapper, .friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper, -.profperm-content-wrapper, .invite-content-wrapper { +.profperm-content-wrapper, .invite-content-wrapper, .tos-content-wrapper { min-height: calc(100vh - 150px); padding: 15px; padding-bottom: 20px; From 9c9b82ba5945c718ca1015da3e1e6cd8caa0d341 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Sun, 27 May 2018 09:55:05 +0200 Subject: [PATCH 2/2] Frio: move tos link to a another place in the nave menu --- view/theme/frio/templates/nav.tpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/view/theme/frio/templates/nav.tpl b/view/theme/frio/templates/nav.tpl index 9695f7c424..e7e294434e 100644 --- a/view/theme/frio/templates/nav.tpl +++ b/view/theme/frio/templates/nav.tpl @@ -161,15 +161,16 @@ {{if $nav.help}}
  • {{$nav.help.1}}
  • {{/if}} - {{if $nav.tos}} -
  • {{$nav.tos.1}}
  • - {{/if}} {{if $nav.settings}}
  • {{$nav.settings.1}}
  • {{/if}} {{if $nav.admin}}
  • {{$nav.admin.1}}
  • {{/if}} + {{if $nav.tos}} + +
  • {{$nav.tos.1}}
  • + {{/if}} {{if $nav.logout}}
  • {{$nav.logout.1}}