mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/10270] Fixed JavaScript alerts in the ACP.
PHPBB3-10270
This commit is contained in:
parent
03d4ae20d1
commit
885c2914db
BIN
phpBB/adm/images/alert_close.png
Normal file
BIN
phpBB/adm/images/alert_close.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 669 B |
@ -1072,7 +1072,7 @@ input.disabled {
|
|||||||
|
|
||||||
/* jQuery popups
|
/* jQuery popups
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.jalert {
|
.phpbb_alert {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border: 1px solid #999999;
|
border: 1px solid #999999;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -1085,7 +1085,13 @@ input.disabled {
|
|||||||
padding: 0 25px 20px 25px;
|
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;
|
margin: 8px 0;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
@ -24,11 +24,11 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="phpbb_alert" class="phpbb_alert">
|
<div id="phpbb_alert" class="phpbb_alert">
|
||||||
<a href="#"><img src="{T_THEME_PATH}/images/alert_close.png" class="alert_close" /></a>
|
<a href="#"><img src="images/alert_close.png" class="alert_close" /></a>
|
||||||
<h3 class="alert_title"></h3><p class="alert_text"></p>
|
<h3 class="alert_title"></h3><p class="alert_text"></p>
|
||||||
</div>
|
</div>
|
||||||
<div id="phpbb_confirm" class="phpbb_alert">
|
<div id="phpbb_confirm" class="phpbb_alert">
|
||||||
<a href="#"><img src="{T_THEME_PATH}/images/alert_close.png" class="alert_close" /></a>
|
<a href="#"><img src="images/alert_close.png" class="alert_close" /></a>
|
||||||
<p class="alert_text"></p>
|
<p class="alert_text"></p>
|
||||||
<input type="button" class="button1" value="{L_YES}" />
|
<input type="button" class="button1" value="{L_YES}" />
|
||||||
<input type="button" class="button2" value="{L_NO}" />
|
<input type="button" class="button2" value="{L_NO}" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user