diff options
author | Yorhel <git@yorhel.nl> | 2019-10-28 10:54:15 +0100 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2019-11-10 12:44:55 +0100 |
commit | dc243fb2d89c69611e3c2a154749c14643a69db0 (patch) | |
tree | ea63ed1fcb0fa1403781ca60f5344e17d965a671 /data | |
parent | 279c4c9f82b45863f91a16867e4830695de7e0ce (diff) |
ulist: Inline editable votes
Diffstat (limited to 'data')
-rw-r--r-- | data/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css index f1c0fd7e..ce37590d 100644 --- a/data/style.css +++ b/data/style.css @@ -796,6 +796,7 @@ div.votelist td.tc2 { width: 50px; text-align: right; padding-right: 10px } .ulist .tc1 { white-space: nowrap; width: 60px } .ulist .tc2 b { margin-left: 10px } .ulist .tc4 { white-space: nowrap; width: 60px; text-align: right; padding-right: 10px } +.ulist .tc4 input { width: 55px; text-align: right } .ulist .tc5, .ulist .tc6, .ulist .tc7 { white-space: nowrap; width: 100px } |