aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorCrizzo <mail@crizzo.de>2014-03-02 22:41:38 +0100
committerCrizzo <mail@crizzo.de>2014-03-02 22:41:38 +0100
commit50e4cac5dec183a81ba914c65c2f780485befd21 (patch)
treeddb5f1ff3e846a279afc8e78e1eee0c15488a8dc /phpBB/adm
parentf997d98a2a7b681d08fa6c43ef8431fa335c9ca4 (diff)
downloadforums-50e4cac5dec183a81ba914c65c2f780485befd21.tar
forums-50e4cac5dec183a81ba914c65c2f780485befd21.tar.gz
forums-50e4cac5dec183a81ba914c65c2f780485befd21.tar.bz2
forums-50e4cac5dec183a81ba914c65c2f780485befd21.tar.xz
forums-50e4cac5dec183a81ba914c65c2f780485befd21.zip
[ticket/12126] left:0 and right: 0; admin.css --> width: auto
PHPBB3-12126
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/admin.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index e60e802eb9..7ef74e4db0 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -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;
}
}