1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 16:40:21 +01:00

[ticket/15297] revert changes to responsive.css change to bidi.css

revert changes to responsive.css
adding the class to bidi.css

PHPBB3-15297
This commit is contained in:
hubaishan 2017-07-30 12:30:35 +03:00
parent e4abbcaca3
commit 21b35d95be
2 changed files with 8 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -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;
}