mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/12126] Fixed position of alert box in IE
PHPBB3-12126
This commit is contained in:
parent
6152d6c41e
commit
e97b0e16e0
2 changed files with 8 additions and 9 deletions
|
@ -812,16 +812,13 @@ li.pagination ul {
|
|||
---------------------------------------- */
|
||||
.phpbb_alert {
|
||||
border: 1px solid transparent;
|
||||
position: fixed;
|
||||
display: none;
|
||||
top: 150px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
max-width: 640px;
|
||||
margin: 0 auto;
|
||||
z-index: 50;
|
||||
padding: 25px;
|
||||
left: 25%;
|
||||
padding: 0 25px 20px 25px;
|
||||
position: fixed;
|
||||
right: 25%;
|
||||
top: 150px;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)
|
||||
|
|
|
@ -495,8 +495,10 @@ fieldset.display-actions {
|
|||
}
|
||||
|
||||
.phpbb_alert {
|
||||
left: 0;
|
||||
max-width: none;
|
||||
margin: 0 25px;
|
||||
margin: 0 5px;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.attach-comment dfn {
|
||||
|
|
Loading…
Add table
Reference in a new issue