1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-17 20:30:57 +01:00

improve page missing permission

This commit is contained in:
nobody 2023-07-17 17:47:12 +02:00
parent b839cc3186
commit f81290b3fd
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 19 additions and 4 deletions

View File

@ -1,5 +1,11 @@
img {
width: 100%
width: 100%;
}
.logo {
margin-left: auto;
margin-right: auto;
max-width: 20em;
}
.header {

View File

@ -6,15 +6,17 @@
<meta charset="utf-8">
<link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon">
<link rel="icon" href="../images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="../style.css">
<link rel="stylesheet" type="text/css" href="../base.css">
<link rel="stylesheet" type="text/css" href="../options/options.css">
<link rel="stylesheet" type="text/css" href="info.css">
<script src="../../modules/internal/helpers.js"></script>
<script src="info.js"></script>
</head>
<body class="bold">
<img src="../images/logo.svg" alt="" class="logo">
<div class="logo">
<img src="../images/logo.svg" alt="">
</div>
<div class="notice">
<p class="header">
<span data-i18n-content="permissionRevokedHeader">Permission revoked</span><span>:</span>
@ -26,7 +28,14 @@
<img src="host_permissions.png" alt="" class="img-host-permissions">
</div>
<div class="notice notice-default hidden" id="notice-locale">
<p>Your preferred language is not yet fully supported. Please help out by translating this add-on on <a class="button button-notice button-warning" href="https://hosted.weblate.org/projects/localcdn/localcdn/" target="_blank" rel="noopener noreferrer">Weblate</a>.</p>
<div class="notice-body" dir="ltr">
<div class="notice-message">
Your preferred language is not yet fully supported. Please help out by translating this add-on on Weblate.
</div>
<a class="button button-notice button-warning no-icon" href="https://hosted.weblate.org/projects/localcdn/localcdn/" target="_blank" rel="noopener noreferrer">
Translate
</a>
</div>
</div>
</body>
</html>