diff options
author | Crizzo <mail@crizzo.de> | 2014-03-02 18:43:31 +0100 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-03-02 18:43:31 +0100 |
commit | f997d98a2a7b681d08fa6c43ef8431fa335c9ca4 (patch) | |
tree | 7caf9f15c207cf42449daf5dd39580b3d75e644f /phpBB/adm | |
parent | e97b0e16e0090f81fa1711f70bb1e72a4a6b997f (diff) | |
download | forums-f997d98a2a7b681d08fa6c43ef8431fa335c9ca4.tar forums-f997d98a2a7b681d08fa6c43ef8431fa335c9ca4.tar.gz forums-f997d98a2a7b681d08fa6c43ef8431fa335c9ca4.tar.bz2 forums-f997d98a2a7b681d08fa6c43ef8431fa335c9ca4.tar.xz forums-f997d98a2a7b681d08fa6c43ef8431fa335c9ca4.zip |
[ticket/12126] Changed .phpbb_alert "max-width: 640px" to "width: 620px"
PHPBB3-12126
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/admin.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 3c7e378b2b..e60e802eb9 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -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; |