mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-14 12:44:06 +02:00
[ticket/10270] Fixed JavaScript alerts in the ACP.
PHPBB3-10270
This commit is contained in:
committed by
Igor Wiedler
parent
03d4ae20d1
commit
885c2914db
@@ -1072,7 +1072,7 @@ input.disabled {
|
||||
|
||||
/* jQuery popups
|
||||
---------------------------------------- */
|
||||
.jalert {
|
||||
.phpbb_alert {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #999999;
|
||||
position: fixed;
|
||||
@@ -1085,7 +1085,13 @@ input.disabled {
|
||||
padding: 0 25px 20px 25px;
|
||||
}
|
||||
|
||||
.jalert p {
|
||||
.phpbb_alert img.alert_close {
|
||||
float: right;
|
||||
margin-top: -7px;
|
||||
margin-right: -30px;
|
||||
}
|
||||
|
||||
.phpbb_alert p {
|
||||
margin: 8px 0;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user