diff --git a/phpBB/adm/style/acp_avatar_options_upload.html b/phpBB/adm/style/acp_avatar_options_upload.html
index b42b2d6c6f..7601b802de 100644
--- a/phpBB/adm/style/acp_avatar_options_upload.html
+++ b/phpBB/adm/style/acp_avatar_options_upload.html
@@ -17,52 +17,52 @@
diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html
index 8ca1b5e32b..bb22ac861c 100644
--- a/phpBB/adm/style/acp_ext_list.html
+++ b/phpBB/adm/style/acp_ext_list.html
@@ -52,7 +52,7 @@
{enabled.META_VERSION}
- {{ Icon('font', 'circle-exclamation', '', true, 'outdated-ext') }}
+ {{ Icon('font', 'circle-exclamation', '', true, 'fas outdated-ext') }}
{enabled.META_VERSION}
@@ -78,7 +78,7 @@
|
{disabled.META_VERSION}
- {{ Icon('font', 'circle-exclamation', '', true, 'outdated-ext') }}
+ {{ Icon('font', 'circle-exclamation', '', true, 'fas outdated-ext') }}
{disabled.META_VERSION}
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index d4ccb09b38..4bf0091c6c 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -1866,18 +1866,14 @@ input.button2:focus {
display: none;
width: 620px;
margin: 0 auto;
- padding: 25px;
padding: 0 25px 20px;
}
.phpbb_alert .alert_close {
- font-size: 16px;
- text-decoration: none !important;
- display: block;
+ font-size: 14px;
float: right;
- overflow: hidden;
- margin-top: -7px;
- margin-right: -31px;
+ margin-top: 2px;
+ margin-right: -22px;
}
.phpbb_alert .alert_close:hover {
|