Skip to content
Permalink
Browse files
Fixed CSS for triangle joining ORCID bubble to icon in citation, so i…
…t is consistent cross-browser.
  • Loading branch information
drn05r committed Nov 21, 2017
1 parent 04c3e87 commit 21bae97991ef132f0ed9ce87307fec57af43332e
Showing with 2 additions and 1 deletion.
  1. +2 −1 lib/static/style/auto/orcid_support.css
@@ -49,8 +49,9 @@
.orcid-tooltip::before {
content: "";
position: absolute;
top: -45%;
top: 100%;
left: 50%;
height: 18px;
margin-left: -5px;
border-width: 5px;
border-style: solid;

1 comment on commit 21bae97

@dennmuel

This comment has been minimized.

Copy link

@dennmuel dennmuel commented on 21bae97 Mar 27, 2018

Hi @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):

grafik

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 top to a positive value here. Could you help us out, please?

Best regards
Dennis

Please sign in to comment.