mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
add extra click zone after deck links; don't wrap
This commit is contained in:
parent
b1d3637557
commit
17bf03dfa2
1 changed files with 3 additions and 2 deletions
|
@ -71,11 +71,12 @@ or importing text files."""))
|
|||
|
||||
_css = """
|
||||
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; }
|
||||
tr.deck td { border-bottom: %(width)s solid #e7e7e7; }
|
||||
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; }
|
||||
.extra { font-size: 90%%; }
|
||||
body { margin: 1em; -webkit-user-select: none; }
|
||||
|
|
Loading…
Reference in a new issue