From dd00a943f20a8224f934cfb110eb23dacef242a4 Mon Sep 17 00:00:00 2001 From: Andreas Neustifter Date: Wed, 11 Jul 2018 17:28:38 +0200 Subject: [PATCH] Only make changes for frio. (#5347) --- view/theme/frio/css/style.css | 10 +++++++++- view/theme/frio/templates/admin/addons.tpl | 22 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 view/theme/frio/templates/admin/addons.tpl diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index fbd2200256..0836219aa7 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2949,7 +2949,7 @@ section.help-content-wrapper li { padding-top: 10px; } #adminpage ul#pluginslist, li.plugin { - padding-top: 10px; + list-style: none; } #adminpage li .icon { display: inline-block; @@ -3008,6 +3008,14 @@ section.help-content-wrapper li { .adminpage .table-hover > tbody > tr:hover + tr.details { background-color: #f5f5f5; } +.offset-anchor::before { + display: block; + content: " "; + margin-top: -100px; + height: 100px; + visibility: hidden; + pointer-events: none; +} /* Register Page*/ #register-openid-wrapper, #register-name-wrapper, #register-invite-wrapper, #profile-publish-wrapper { diff --git a/view/theme/frio/templates/admin/addons.tpl b/view/theme/frio/templates/admin/addons.tpl new file mode 100644 index 0000000000..659149af86 --- /dev/null +++ b/view/theme/frio/templates/admin/addons.tpl @@ -0,0 +1,22 @@ + +
+

{{$title}} - {{$page}}

+ {{if $pcount eq 0}} +
+ {{$noplugshint}} +
+ {{else}} + {{$reload}} + + {{/if}} +
-- 2.39.2