add extra click zone after deck links; don't wrap

This commit is contained in:
Damien Elmes 2012-05-19 13:25:04 +09:00
parent b1d3637557
commit 17bf03dfa2

View file

@ -71,11 +71,12 @@ or importing text files."""))
_css = """ _css = """
tr { font-size: 12px; } tr { font-size: 12px; }
a.deck { color: #000; text-decoration: none; } a.deck { color: #000; text-decoration: none; min-width: 5em;
display:inline-block; }
a.deck:hover { text-decoration: underline; } a.deck:hover { text-decoration: underline; }
tr.deck td { border-bottom: %(width)s solid #e7e7e7; } tr.deck td { border-bottom: %(width)s solid #e7e7e7; }
tr.top-level-drag-row td { border-bottom: %(width)s solid transparent; } tr.top-level-drag-row td { border-bottom: %(width)s solid transparent; }
td.opts { white-space: nowrap; } td { white-space: nowrap; }
tr.drag-hover td { border-bottom: %(width)s solid #aaa; } tr.drag-hover td { border-bottom: %(width)s solid #aaa; }
.extra { font-size: 90%%; } .extra { font-size: 90%%; }
body { margin: 1em; -webkit-user-select: none; } body { margin: 1em; -webkit-user-select: none; }