diff options
author | Crizzo <mail@crizzo.de> | 2014-03-02 22:41:38 +0100 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-03-02 22:41:38 +0100 |
commit | 50e4cac5dec183a81ba914c65c2f780485befd21 (patch) | |
tree | ddb5f1ff3e846a279afc8e78e1eee0c15488a8dc /phpBB/styles | |
parent | f997d98a2a7b681d08fa6c43ef8431fa335c9ca4 (diff) | |
download | forums-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/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index c42183f0b0..d19b967771 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -813,13 +813,14 @@ li.pagination ul { .phpbb_alert { border: 1px solid transparent; display: none; - left: 25%; + left: 0; padding: 0 25px 20px 25px; position: fixed; - right: 25%; + right: 0; top: 150px; z-index: 50; width: 620px; + margin: 0 auto; } @media only screen and (max-height: 500px), only screen and (max-device-width: 500px) |