1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 09:46:46 +02:00

[ticket/17291] Fix .fas classes and alert close button

PHPBB3-17291

Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
Matt Friedman
2024-03-03 14:33:56 -08:00
parent e586cd833c
commit 6c5518157d
3 changed files with 17 additions and 21 deletions

View File

@@ -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 {