mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Make bottom toolbar slimmer
This commit is contained in:
parent
9f03ceb229
commit
d0c3fe1fa9
1 changed files with 2 additions and 3 deletions
|
@ -663,12 +663,11 @@ class Reviewer:
|
||||||
<table id=innertable width=100%% cellspacing=0 cellpadding=0>
|
<table id=innertable width=100%% cellspacing=0 cellpadding=0>
|
||||||
<tr>
|
<tr>
|
||||||
<td align=left width=50 valign=top class=stat>
|
<td align=left width=50 valign=top class=stat>
|
||||||
<br>
|
|
||||||
<button title="%(editkey)s" onclick="pycmd('edit');">%(edit)s</button></td>
|
<button title="%(editkey)s" onclick="pycmd('edit');">%(edit)s</button></td>
|
||||||
<td align=center valign=top id=middle>
|
<td align=center valign=top id=middle>
|
||||||
</td>
|
</td>
|
||||||
<td width=50 align=right valign=top class=stat><span id=time class=stattxt>
|
<td width=50 align=right valign=top class=stat><span id=time class=stattxt>
|
||||||
</span><br>
|
</span>
|
||||||
<button onclick="pycmd('more');">%(more)s %(downArrow)s</button>
|
<button onclick="pycmd('more');">%(more)s %(downArrow)s</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -688,7 +687,7 @@ time = %(time)d;
|
||||||
|
|
||||||
def _showAnswerButton(self) -> None:
|
def _showAnswerButton(self) -> None:
|
||||||
middle = """
|
middle = """
|
||||||
<span class=stattxt>{}</span><br>
|
<span class=stattxt>{}</span>
|
||||||
<button title="{}" id="ansbut" onclick='pycmd("ans");'>{}</button>""".format(
|
<button title="{}" id="ansbut" onclick='pycmd("ans");'>{}</button>""".format(
|
||||||
self._remaining(),
|
self._remaining(),
|
||||||
tr.actions_shortcut_key(val=tr.studying_space()),
|
tr.actions_shortcut_key(val=tr.studying_space()),
|
||||||
|
|
Loading…
Reference in a new issue