Compare commits
3 commits
2466f12a9f
...
e898121c17
Author | SHA1 | Date | |
---|---|---|---|
|
e898121c17 | ||
|
6c26f1d118 | ||
|
11e17b24aa |
2 changed files with 5 additions and 2 deletions
|
@ -119,4 +119,6 @@ This software uses (and for ease of use, redistributes) the [noUiSlider](https:/
|
||||||
|
|
||||||
## Citation
|
## 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): 50–65. https://doi.org/10.7146/aprja.v11i1.134306
|
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): 50–65. https://doi.org/10.7146/aprja.v11i1.134306
|
||||||
|
|
|
@ -1618,6 +1618,7 @@ class AnnotationPlayer extends HTMLElement {
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
div.imgWrap::before {
|
div.imgWrap::before {
|
||||||
|
color:white;
|
||||||
content: '\u25B6';
|
content: '\u25B6';
|
||||||
background: rgba(0,0,0,0.5);
|
background: rgba(0,0,0,0.5);
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
@ -1625,8 +1626,8 @@ class AnnotationPlayer extends HTMLElement {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: calc(50% - 15px);
|
left: calc(50% - 25px);
|
||||||
top: calc(50% - 15px);
|
top: calc(50% - 25px);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 47px;
|
line-height: 47px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|
Loading…
Reference in a new issue