mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12011] Align ACP tabs to the right and separate ACP content from menu.
PHPBB3-12011
This commit is contained in:
parent
059880debf
commit
57088e3b26
1 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl #main {
|
.rtl #main {
|
||||||
float: right;
|
float: left;
|
||||||
margin: 0 -210px 0 0;
|
margin: 0 -210px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -352,7 +352,7 @@ li {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl #tabs a {
|
.rtl #tabs li {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue