mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
dfe58088f0
1 changed files with 6 additions and 0 deletions
|
@ -2317,6 +2317,8 @@ fieldset.permissions .permissions-switch {
|
|||
}
|
||||
|
||||
.permissions-category ul {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
|
@ -2567,6 +2569,10 @@ fieldset.permissions .permissions-switch {
|
|||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.permissions-category ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.permissions-category a,
|
||||
.permissions-category a span.tabbg {
|
||||
background: transparent none;
|
||||
|
|
Loading…
Add table
Reference in a new issue