1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 09:46:46 +02: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

@@ -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;
}