Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed CSS for triangle joining ORCID bubble to icon in citation, so i…
…t is consistent cross-browser.
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -49,8 +49,9 @@ | ||
| .orcid-tooltip::before { | ||
| content: ""; | ||
| position: absolute; | ||
| top: 100%; | ||
| left: 50%; | ||
| height: 18px; | ||
| margin-left: -5px; | ||
| border-width: 5px; | ||
| border-style: solid; | ||
This comment has been minimized.
21bae97Hi @drn05r ,
thank you for your work on this. We updatet the plugin yesterday to 1.3.3, which includes this fix. However in our installation the triangle now looks like this across multiple browsers (FF, IE, Chromium):
Can you reproduce this or is that more possibly some weird issue with our installation? I'm not much of a CSS-jedi, but it kinda feels contra-intuitive to set
topto a positive value here. Could you help us out, please?Best regards
Dennis