From 21b35d95bee33514019205b4f65813cb28214fb0 Mon Sep 17 00:00:00 2001 From: hubaishan Date: Sun, 30 Jul 2017 12:30:35 +0300 Subject: [PATCH] [ticket/15297] revert changes to responsive.css change to bidi.css revert changes to responsive.css adding the class to bidi.css PHPBB3-15297 --- phpBB/styles/prosilver/theme/bidi.css | 6 ++++++ phpBB/styles/prosilver/theme/responsive.css | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index f3468ebcf2..c6dc2db9c4 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -1136,4 +1136,10 @@ li.breadcrumbs span:first-child > a { .captcha-panel dd.captcha { margin-right: 0; } + + .rtl p.responsive-center { + float: none; + text-align: center; + margin-bottom: 5px; + } } diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 0257941ead..8653042a69 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -538,8 +538,8 @@ fieldset.display-actions { @media only screen and (max-width: 500px), only screen and (max-device-width: 500px) { p.responsive-center { - float: none !important; - text-align: center !important; + float: none; + text-align: center; margin-bottom: 5px; }