aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-06-14 01:52:22 +0200
committerPayBas <contact@paybas.com>2014-06-24 00:02:26 +0200
commit7517cc0e05558bf71e87950f75625c9cc0bf4a65 (patch)
tree466d416475d630e6fcb98874515f1fd712cd4c46 /phpBB/adm/style
parent919fee6b1b4e62bb65667693eefb78625a38f8bc (diff)
downloadforums-7517cc0e05558bf71e87950f75625c9cc0bf4a65.tar
forums-7517cc0e05558bf71e87950f75625c9cc0bf4a65.tar.gz
forums-7517cc0e05558bf71e87950f75625c9cc0bf4a65.tar.bz2
forums-7517cc0e05558bf71e87950f75625c9cc0bf4a65.tar.xz
forums-7517cc0e05558bf71e87950f75625c9cc0bf4a65.zip
[ticket/12648] RTL fix & ACP border fix
PHPBB3-12648
Diffstat (limited to 'phpBB/adm/style')
-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 024651cbd9..b8f55e66c5 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -392,11 +392,11 @@ li {
background: -ms-linear-gradient(top, #F2F2F2 0%, #DCDEE2 100%);
background: linear-gradient(to bottom, #F2F2F2 0%, #DCDEE2 100%);
border-color: #999;
- border-bottom: 1px solid #DCDEE2;
+ border-bottom: 2px solid #DCDEE2;
box-shadow: 0 1px 1px #FFF inset;
color: #23649F;
margin: 0 1px 0 0;
- padding: 7px 10px 5px;
+ padding: 7px 10px 4px;
}
#tabs .activetab > a:hover {