mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/11166] Use provided custom templates on AJAX confirm box
PHPBB3-11166
This commit is contained in:
@@ -548,9 +548,9 @@ li.pagination ul {
|
||||
border: 1px solid transparent;
|
||||
position: fixed;
|
||||
display: none;
|
||||
top: 40%;
|
||||
left: 35%;
|
||||
width: 30%;
|
||||
top: 30%;
|
||||
left: 25%;
|
||||
width: 50%;
|
||||
z-index: 50;
|
||||
padding: 25px;
|
||||
padding: 0 25px 20px 25px;
|
||||
@@ -574,6 +574,7 @@ li.pagination ul {
|
||||
.phpbb_alert p {
|
||||
margin: 8px 0;
|
||||
padding-bottom: 8px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
#darkenwrapper {
|
||||
|
Reference in New Issue
Block a user