From f997d98a2a7b681d08fa6c43ef8431fa335c9ca4 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sun, 2 Mar 2014 18:43:31 +0100 Subject: [ticket/12126] Changed .phpbb_alert "max-width: 640px" to "width: 620px" PHPBB3-12126 --- phpBB/styles/prosilver/theme/common.css | 1 + phpBB/styles/prosilver/theme/responsive.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 109e97d4d9..c42183f0b0 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -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) diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 36511e79aa..8c05a8b3d8 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -496,7 +496,7 @@ fieldset.display-actions { .phpbb_alert { left: 0; - max-width: none; + width: auto; margin: 0 5px; right: 0; } -- cgit v1.2.1