mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[ticket/11166] Add ajaxify support to normal ACP confirm_box()
Currently no custom template from the ACP uses AJAX support. PHPBB3-11166
This commit is contained in:
@@ -1098,12 +1098,13 @@ input.disabled {
|
||||
border: 1px solid #999999;
|
||||
position: fixed;
|
||||
display: none;
|
||||
top: 100px;
|
||||
left: 35%;
|
||||
width: 30%;
|
||||
top: 150px;
|
||||
left: 25%;
|
||||
width: 50%;
|
||||
z-index: 50;
|
||||
padding: 25px;
|
||||
padding: 0 25px 20px 25px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.phpbb_alert .alert_close {
|
||||
@@ -1127,6 +1128,20 @@ input.disabled {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.phpbb_alert label {
|
||||
display: block;
|
||||
margin: 8px 0;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.phpbb_alert div.alert_text > p,
|
||||
.phpbb_alert div.alert_text > label,
|
||||
.phpbb_alert div.alert_text > select,
|
||||
.phpbb_alert div.alert_text > textarea,
|
||||
.phpbb_alert div.alert_text > input {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#darkenwrapper {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user