Compare commits

...

3 Commits

Author SHA1 Message Date
Ruben van de Ven e898121c17 Citation message 2023-03-23 14:31:52 +01:00
Ruben van de Ven 6c26f1d118 fix position 2023-03-23 14:26:25 +01:00
Ruben van de Ven 11e17b24aa fix color 2023-03-23 14:25:55 +01:00
2 changed files with 5 additions and 2 deletions

View File

@ -119,4 +119,6 @@ This software uses (and for ease of use, redistributes) the [noUiSlider](https:/
## Citation
If you use this work in your research, please cite it using:
van de Ven, Ruben, and Ildikó Zonga Plájás. 2022. Inconsistent Projections: Con-Figuring Security Vision through Diagramming. _A Peer-Reviewed Journal About_ 11(1): 5065. https://doi.org/10.7146/aprja.v11i1.134306

View File

@ -1618,6 +1618,7 @@ class AnnotationPlayer extends HTMLElement {
cursor:pointer;
}
div.imgWrap::before {
color:white;
content: '\u25B6';
background: rgba(0,0,0,0.5);
height: 30px;
@ -1625,8 +1626,8 @@ class AnnotationPlayer extends HTMLElement {
width: 50px;
display: block;
position: absolute;
left: calc(50% - 15px);
top: calc(50% - 15px);
left: calc(50% - 25px);
top: calc(50% - 25px);
text-align: center;
line-height: 47px;
height: 50px;