1
0
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:
Joas Schilling
2012-12-18 13:31:38 +01:00
parent 3af5531d0d
commit 0d7f61dc7a
5 changed files with 26 additions and 12 deletions

View File

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