mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #3037 from PayBas/ticket/13169
[ticket/13169] Fix RTL forms in responsive mode
This commit is contained in:
commit
b343bf783a
1 changed files with 16 additions and 0 deletions
|
@ -1121,4 +1121,20 @@ li.breadcrumbs span:first-child > a {
|
||||||
.rtl .has-profile .post-buttons {
|
.rtl .has-profile .post-buttons {
|
||||||
left: 20px;
|
left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Forms
|
||||||
|
----------------------------------------*/
|
||||||
|
.rtl fieldset dt, .rtl fieldset.fields1 dt, .rtl fieldset.fields2 dt {
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rtl fieldset dd, .rtl fieldset.fields1 dd, .rtl fieldset.fields2 dd {
|
||||||
|
margin-right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
|
||||||
|
.captcha-panel dd.captcha {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue