diff options
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 1 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/responsive.css | 2 |
2 files changed, 2 insertions, 1 deletions
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; } |
