diff options
author | Yorhel <git@yorhel.nl> | 2019-10-31 18:19:40 +0100 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2019-11-10 12:44:55 +0100 |
commit | b063b1fcf5810a6952fcde99bca2dbbbfb143d34 (patch) | |
tree | bbaab01dc5fe18f5cb6b90676323b08d8e1c69aa /data | |
parent | 683c2298dcdbda96d44e23d5f4db3f3c959d1161 (diff) |
ulist: Inline start/end date editing
Diffstat (limited to 'data')
-rw-r--r-- | data/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css index 0cd56c7a..40b57259 100644 --- a/data/style.css +++ b/data/style.css @@ -800,6 +800,12 @@ div.votelist td.tc2 { width: 50px; 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 } +.ulist .tc6 div, .ulist .tc7 div { height: 1em } +.ulist .tc6 div span, .ulist .tc7 div span { position: absolute; z-index: 0 } +.ulist .tc6 div input, .ulist .tc7 div input { position: absolute; z-index: 900; width: 110px; visibility: hidden } +.ulist .tc6 div:hover input, .ulist .tc7 div:hover input, +.ulist .tc6 div input:focus, .ulist .tc7 div input:focus { visibility: visible } + .labeledit > a { color: $maintext$; display: block; border: none!important } .labeledit > a > span { float: right; width: 16px; text-align: right; display: inline-block } .labeledit > a > span i { visibility: hidden; font-style: normal } |