diff options
author | PayBas <contact@paybas.com> | 2014-07-04 15:45:11 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-07-04 15:45:11 +0200 |
commit | e01e7b15295a4e9fabf4690372769cdee2a44626 (patch) | |
tree | e6143e50f6fc1fc94db1e9e0989bafea829eb490 | |
parent | 86e21a9b261d6239487c626b7e9c9f462ceab611 (diff) | |
download | forums-e01e7b15295a4e9fabf4690372769cdee2a44626.tar forums-e01e7b15295a4e9fabf4690372769cdee2a44626.tar.gz forums-e01e7b15295a4e9fabf4690372769cdee2a44626.tar.bz2 forums-e01e7b15295a4e9fabf4690372769cdee2a44626.tar.xz forums-e01e7b15295a4e9fabf4690372769cdee2a44626.zip |
[ticket/12808] Fix small gap between username and drop-down arrow
PHPBB3-12808
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 4 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index 65a1816c24..720a56468c 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -292,8 +292,8 @@ .rtl .header-avatar span:after { float: left; - margin-left: 0; - margin-right: 2px; + padding-left: 0; + padding-right: 2px; } .rtl .member-search { diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 749d02c50c..60a06df504 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -467,7 +467,7 @@ ul.linklist.bulletin > li.no-bulletin:before { display: inline-block; font-size: 9px; float: right; - margin-left: 2px; + padding-left: 2px; opacity: 0.7; } |