mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
related #2147 add sans serif
in some themes we don't have open sans so use a sans serif font
This commit is contained in:
@@ -267,7 +267,7 @@ function access_denied()
|
||||
|
||||
$access_denied_html =
|
||||
'<meta http-equiv="Content-Type" content="text/html; charset=utf-8">'.
|
||||
'<div style="display: flex; justify-content: center;align-items: center;height: 100vh;margin: 0;color: #3C3C3C;font-family: \'Open Sans\';font-size: 20px;font-style: normal;font-weight: 600;line-height: normal;">'.
|
||||
'<div style="display: flex; justify-content: center;align-items: center;height: 100vh;margin: 0;color: #3C3C3C;font-family: \'Open Sans\', sans-serif;font-size: 20px;font-style: normal;font-weight: 600;line-height: normal;">'.
|
||||
'<div style="text-align:center;">'.
|
||||
'<img src="themes/default/icon/warning-triangle.svg" alt="warning-triangle" >'.
|
||||
'<p style="max-width: 400px; margin-top 20px;">'.l10n('You are not authorized to access the requested page').'</p>';
|
||||
|
||||
Reference in New Issue
Block a user