From 25213f478b2b184362296655b80b2edc4b7accfe Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Thu, 20 Jul 2023 02:51:42 -0700 Subject: [PATCH] move help link outside of h1 --- htdocs/themes/math4/math4.scss | 5 +++++ htdocs/themes/math4/system.html.ep | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/htdocs/themes/math4/math4.scss b/htdocs/themes/math4/math4.scss index 70fd6de6f6..364c8f5f92 100644 --- a/htdocs/themes/math4/math4.scss +++ b/htdocs/themes/math4/math4.scss @@ -380,6 +380,11 @@ div.showMeAnotherBox { h1.page-title { font-size: 31.5px; line-height: 35px; + display: inline-block; +} +h1.page-title + a { + font-size: 31.5px; + margin-left: 0.5rem; } h2.page-title { diff --git a/htdocs/themes/math4/system.html.ep b/htdocs/themes/math4/system.html.ep index 25eecb6f4b..efb0d1a4dd 100644 --- a/htdocs/themes/math4/system.html.ep +++ b/htdocs/themes/math4/system.html.ep @@ -124,11 +124,11 @@

<%== $c->page_title %> - % if ($authen->{was_verified} - % && $authz->hasPermissions(param('user'), 'access_instructor_tools')) { - <%= $c->help({ label_size => 'fa-xs' }) %> - % }

+ % if ($authen->{was_verified} + % && $authz->hasPermissions(param('user'), 'access_instructor_tools')) { + <%= $c->help({ label_size => 'fa-xs' }) %> + % }
% }