mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
e4abbcaca3
commit
21b35d95be
2 changed files with 8 additions and 2 deletions
|
@ -1136,4 +1136,10 @@ li.breadcrumbs span:first-child > a {
|
||||||
.captcha-panel dd.captcha {
|
.captcha-panel dd.captcha {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl p.responsive-center {
|
||||||
|
float: none;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -538,8 +538,8 @@ fieldset.display-actions {
|
||||||
|
|
||||||
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
|
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
|
||||||
p.responsive-center {
|
p.responsive-center {
|
||||||
float: none !important;
|
float: none;
|
||||||
text-align: center !important;
|
text-align: center;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue