1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 06:20:46 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2018-02-14 20:11:44 +01:00
4 changed files with 26 additions and 5 deletions

View File

@@ -2710,6 +2710,10 @@ fieldset.permissions .permissions-switch {
margin: 0;
}
.rtl .dropdown li {
text-align: right;
}
.wrap .dropdown li,
.dropdown.wrap li {
white-space: normal;
@@ -2726,6 +2730,10 @@ fieldset.permissions .permissions-switch {
width: 250px;
}
.rtl .roles-options > .dropdown {
right: auto;
}
.roles-options {
width: 250px;
-webkit-user-select: none;
@@ -2744,6 +2752,10 @@ fieldset.permissions .permissions-switch {
padding: 4px;
}
.rtl .roles-options > span {
background: url('../images/arrow_down.gif') no-repeat 7px .7em;
}
.roles-options li {
list-style: none;
}