1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

[ticket/12126] Changed .phpbb_alert "max-width: 640px" to "width: 620px"

PHPBB3-12126
This commit is contained in:
Crizzo 2014-03-02 18:43:31 +01:00
parent e97b0e16e0
commit f997d98a2a
3 changed files with 3 additions and 2 deletions

View File

@ -1572,7 +1572,7 @@ input.button1:focus, input.button2:focus, input.button3:focus {
top: 150px;
left: 0;
right: 0;
max-width: 600px;
width: 620px;
margin: 0 auto;
z-index: 50;
padding: 25px;

View File

@ -819,6 +819,7 @@ li.pagination ul {
right: 25%;
top: 150px;
z-index: 50;
width: 620px;
}
@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)

View File

@ -496,7 +496,7 @@ fieldset.display-actions {
.phpbb_alert {
left: 0;
max-width: none;
width: auto;
margin: 0 5px;
right: 0;
}