mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/12011] Align ACP tabs to the right and separate ACP content from menu.
PHPBB3-12011
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user