diff --git a/aqt/deckbrowser.py b/aqt/deckbrowser.py index 256b37e32..96f0827fa 100644 --- a/aqt/deckbrowser.py +++ b/aqt/deckbrowser.py @@ -80,13 +80,13 @@ tr.drag-hover td { border-bottom: %(width)s solid #aaa; } .extra { font-size: 90%%; } body { margin: 1em; -webkit-user-select: none; } .current { background-color: #ececec; } - - .count { width: 6em; text-align: right; } +.decktd { min-width: 15em; } +.count { width: 6em; text-align: right; } """ % dict(width=_dragIndicatorBorderWidth) _body = """
- +
%(tree)s
@@ -157,7 +157,8 @@ body { margin: 1em; -webkit-user-select: none; } klass = 'deck' buf = "" % (klass, did) # deck link - buf += "%s%s"% ( + buf += """ +%s%s"""% ( indent(), did, name) # due counts def nonzeroColour(cnt, colour):