diff options
author | Michael Miday <midaym@gmail.com> | 2015-09-28 17:54:26 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-09-28 17:54:26 +0200 |
commit | a19660ad4ca5ddd3fb0825668b5265871f5661b7 (patch) | |
tree | df5a2dcca14b3dab3728f64216edc84b30d9c77c | |
parent | a342517dfb877e6d1cb0b489f7caa6f54e12bca5 (diff) | |
download | forums-a19660ad4ca5ddd3fb0825668b5265871f5661b7.tar forums-a19660ad4ca5ddd3fb0825668b5265871f5661b7.tar.gz forums-a19660ad4ca5ddd3fb0825668b5265871f5661b7.tar.bz2 forums-a19660ad4ca5ddd3fb0825668b5265871f5661b7.tar.xz forums-a19660ad4ca5ddd3fb0825668b5265871f5661b7.zip |
[ticket/14206]Fix arrow placement
PHPBB3-14206
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 78321878c2..169065a882 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -441,12 +441,12 @@ ul.linklist.bulletin > li.no-bulletin:before { .dropdown .pointer { right: auto; left: 10px; - top: 0; + top: -1px; z-index: 3; } .dropdown-up .pointer { - bottom: 0; + bottom: -1px; top: auto; } |