1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12011] Align ACP tabs to the right and separate ACP content from menu.

PHPBB3-12011
This commit is contained in:
Cesar G
2013-11-08 19:11:38 -08:00
parent 059880debf
commit 57088e3b26

View File

@@ -220,7 +220,7 @@ li {
}
.rtl #main {
float: right;
float: left;
margin: 0 -210px 0 0;
}
@@ -352,7 +352,7 @@ li {
position: relative;
}
.rtl #tabs a {
.rtl #tabs li {
float: right;
}