summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-11-19 16:33:29 +0100
committerYorhel <git@yorhel.nl>2019-11-19 16:33:31 +0100
commitcd1a04cdc4bf8c17ac9b69b47dba84862c3d89d0 (patch)
tree3310a57cc9a6a5295a8e10fb9b441abc400fdc28 /data
parent559d6a191053a26b089c2f24946b58838f9b2cc9 (diff)
ulist: Compact the notes field and "add release" link in the expanded view
Less clutter when not editing.
Diffstat (limited to 'data')
-rw-r--r--data/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index a4526426..7f00f5e8 100644
--- a/data/style.css
+++ b/data/style.css
@@ -823,7 +823,8 @@ div.votelist td.tc2 { width: 50px; text-align: right; padding-right: 10px }
.ulist .tc6 div input:focus, .ulist .tc7 div input:focus { visibility: visible }
.ulist .tc_opt { padding: 0 0 5px 70px }
-.ulist .tc_opt textarea { width: 500px; height: 50px }
+.ulist .tc_opt textarea { width: 500px; height: 18px; border: none }
+.ulist .tc_opt textarea:focus { height: 50px; border: 1px solid $secborder$ }
.ulist .tc_opt textarea + div { display: inline-block; padding-left: 10px }
.ulist .tc_opt .tco1 { white-space: nowrap; width: 100px }
.ulist .tc_opt .tco2 { white-space: nowrap; width: 100px }