aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-11-08 19:11:38 -0800
committerCesar G <prototech91@gmail.com>2014-01-17 19:15:38 -0800
commit57088e3b2619da9fc0f819461cb4159d50913b70 (patch)
treec040d670df0cf8b5135a98f09f2ab2c1e0bef3bc /phpBB
parent059880debfff8f50b2f5715a26840e450d80d1aa (diff)
downloadforums-57088e3b2619da9fc0f819461cb4159d50913b70.tar
forums-57088e3b2619da9fc0f819461cb4159d50913b70.tar.gz
forums-57088e3b2619da9fc0f819461cb4159d50913b70.tar.bz2
forums-57088e3b2619da9fc0f819461cb4159d50913b70.tar.xz
forums-57088e3b2619da9fc0f819461cb4159d50913b70.zip
[ticket/12011] Align ACP tabs to the right and separate ACP content from menu.
PHPBB3-12011
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/admin.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 928479a31b..f10e32a1bb 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -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;
}