aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/styles/prosilver/theme/bidi.css6
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css4
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;
}