diff options
author | Cesar G <prototech91@gmail.com> | 2013-11-08 19:46:17 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-01-17 19:15:38 -0800 |
commit | 954cf7e064a43adcfa0dc1f5f9521d4b89fce45c (patch) | |
tree | 30ec3e853c4c54d06dd254d6b79840e99d1304af | |
parent | 00356f7844d6782b149c6ac39b5ac87d0fe18569 (diff) | |
download | forums-954cf7e064a43adcfa0dc1f5f9521d4b89fce45c.tar forums-954cf7e064a43adcfa0dc1f5f9521d4b89fce45c.tar.gz forums-954cf7e064a43adcfa0dc1f5f9521d4b89fce45c.tar.bz2 forums-954cf7e064a43adcfa0dc1f5f9521d4b89fce45c.tar.xz forums-954cf7e064a43adcfa0dc1f5f9521d4b89fce45c.zip |
[ticket/12011] Fix the overlapping unapproved post icon.
PHPBB3-12011
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index d3eb5cd102..b870951862 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -392,11 +392,14 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a { float: right; } +.rtl p.post-notice { + padding-left: 5px; + padding-right: 26px; +} + .rtl p.post-notice:before { left: auto; right: 0; - padding-left: 5px; - padding-right: 26px; } /* Topic review panel |