mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12126] left:0 and right: 0; admin.css --> width: auto
PHPBB3-12126
This commit is contained in:
parent
f997d98a2a
commit
50e4cac5de
2 changed files with 4 additions and 3 deletions
|
@ -1642,7 +1642,7 @@ input.button1:focus, input.button2:focus, input.button3:focus {
|
||||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
||||||
{
|
{
|
||||||
.phpbb_alert {
|
.phpbb_alert {
|
||||||
max-width: none;
|
width: auto;
|
||||||
margin: 0 25px;
|
margin: 0 25px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -813,13 +813,14 @@ li.pagination ul {
|
||||||
.phpbb_alert {
|
.phpbb_alert {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
display: none;
|
display: none;
|
||||||
left: 25%;
|
left: 0;
|
||||||
padding: 0 25px 20px 25px;
|
padding: 0 25px 20px 25px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 25%;
|
right: 0;
|
||||||
top: 150px;
|
top: 150px;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
width: 620px;
|
width: 620px;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)
|
@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)
|
||||||
|
|
Loading…
Add table
Reference in a new issue