add css id to the star used for marking

Can't automatically prevent the star from being affected by image resize
and other CSS properties, as even weirder things happen to it when we
try. However, this will give users the ability to fix it themselves.
This commit is contained in:
Soren I. Bjornstad 2014-06-28 09:17:36 -05:00
parent 4619933e7e
commit 186641ad8c

View file

@ -127,7 +127,7 @@ class Reviewer(object):
########################################################################## ##########################################################################
_revHtml = """ _revHtml = """
<img src="qrc:/icons/rating.png" class=marked> <img src="qrc:/icons/rating.png" id=star class=marked>
<div id=qa></div> <div id=qa></div>
<script> <script>
var ankiPlatform = "desktop"; var ankiPlatform = "desktop";