fix star to top right

This commit is contained in:
Damien Elmes 2015-08-11 19:02:59 +10:00
parent 70b7dd88ca
commit 147c9a02e1

View file

@ -337,7 +337,7 @@ The front of this card is empty. Please run Tools>Empty Cards.""")
hr { background-color:#ccc; margin: 1em; } hr { background-color:#ccc; margin: 1em; }
body { margin:1.5em; } body { margin:1.5em; }
img { max-width: 95%; max-height: 95%; } img { max-width: 95%; max-height: 95%; }
.marked { position:absolute; right: 7px; top: 7px; display: none; } .marked { position:fixed; right: 7px; top: 7px; display: none; }
#typeans { width: 100%; } #typeans { width: 100%; }
.typeGood { background: #0f0; } .typeGood { background: #0f0; }
.typeBad { background: #f00; } .typeBad { background: #f00; }