[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 { .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;
} }