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' }) %> + % }
% }