1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12126] left:0 and right: 0; admin.css --> width: auto

PHPBB3-12126
This commit is contained in:
Crizzo
2014-03-02 22:41:38 +01:00
parent f997d98a2a
commit 50e4cac5de
2 changed files with 4 additions and 3 deletions

View File

@@ -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)
{
.phpbb_alert {
max-width: none;
width: auto;
margin: 0 25px;
}
}