diff options
author | M. Dent <dentm42@gmail.com> | 2021-01-27 11:25:26 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-27 11:25:26 +0100 |
commit | 00fe7bb1bbe6c1b49f66bc0e0c2330798608ce95 (patch) | |
tree | d96f44819f0f44a58632738a97b83a0ae773d4fa /view/css | |
parent | f0ee4c3cef6c148bd397ad6a1e71ce86aa43565a (diff) | |
download | volse-hubzilla-00fe7bb1bbe6c1b49f66bc0e0c2330798608ce95.tar.gz volse-hubzilla-00fe7bb1bbe6c1b49f66bc0e0c2330798608ce95.tar.bz2 volse-hubzilla-00fe7bb1bbe6c1b49f66bc0e0c2330798608ce95.zip |
Custom "headers" in item creation form.
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 77e56e200..06da8528c 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -18,7 +18,8 @@ #jot-title-wrap, #jot-pagetitle-wrap, -#jot-category-wrap { +#jot-category-wrap, +#jot-customjotheaders-wrap { border-bottom: 1px solid rgba(0, 0, 0, .2); } @@ -28,7 +29,8 @@ } #jot-title-wrap input, -#jot-pagetitle-wrap input { +#jot-pagetitle-wrap input, +#jot-customjotheaders-wrap { padding: 0.5rem; } |