From 2b663ed2b629faf20e027f025d1c55bbda2417d2 Mon Sep 17 00:00:00 2001 From: vinzv Date: Thu, 18 Oct 2018 22:49:03 +0200 Subject: [PATCH 1/2] Fix broken credits box Otherwise the content is exceeding the box, both on desktop and mobile. --- view/theme/frio/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index c563dd121a..731c0e701f 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2199,6 +2199,9 @@ ul.dropdown-menu li:hover { -webkit-box-shadow: 0 0 3px #dadada; -moz-box-shadow: 0 0 3px #dadada; } +.credits-content-wrapper { + overflow: hidden; +} #content:hover .page-action.faded-icon { opacity: 0.8; transition: all 0.25s ease-in-out; From 934639654c721fc2327696a4215c8f9df7328917 Mon Sep 17 00:00:00 2001 From: Vinzenz Vietzke Date: Sun, 21 Oct 2018 22:50:41 +0200 Subject: [PATCH 2/2] reverted css changes, adapted credits.tpl from default theme for frio --- view/theme/frio/css/style.css | 3 --- view/theme/frio/templates/credits.tpl | 11 +++++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 view/theme/frio/templates/credits.tpl diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 731c0e701f..c563dd121a 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2199,9 +2199,6 @@ ul.dropdown-menu li:hover { -webkit-box-shadow: 0 0 3px #dadada; -moz-box-shadow: 0 0 3px #dadada; } -.credits-content-wrapper { - overflow: hidden; -} #content:hover .page-action.faded-icon { opacity: 0.8; transition: all 0.25s ease-in-out; diff --git a/view/theme/frio/templates/credits.tpl b/view/theme/frio/templates/credits.tpl new file mode 100644 index 0000000000..5e5aeecc25 --- /dev/null +++ b/view/theme/frio/templates/credits.tpl @@ -0,0 +1,11 @@ +
+ {{include file="section_title.tpl"}} +

{{$thanks}}

+ +
    + {{foreach $names as $name}} +
  • {{$name}}
  • + {{/foreach}} +
+
+