mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13169] Fix RTL forms in responsive mode
PHPBB3-13169
This commit is contained in:
parent
df75b70f3e
commit
205be67622
1 changed files with 16 additions and 0 deletions
|
@ -1121,4 +1121,20 @@ li.breadcrumbs span:first-child > a {
|
|||
.rtl .has-profile .post-buttons {
|
||||
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