diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-15 09:52:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-15 09:52:40 +0200 |
commit | fe9df64fc2bb0a276386321510ec078d83a6b322 (patch) | |
tree | 6fd2beb2369b2ebf80a45fb28c28796d953680d2 /view/css | |
parent | a29c0371f1f3cceb9a9af3a62e5ed67886869c40 (diff) | |
download | volse-hubzilla-fe9df64fc2bb0a276386321510ec078d83a6b322.tar.gz volse-hubzilla-fe9df64fc2bb0a276386321510ec078d83a6b322.tar.bz2 volse-hubzilla-fe9df64fc2bb0a276386321510ec078d83a6b322.zip |
fix some slight crossbrowser rendering issues with jot
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 304e0f196..5cbd5c896 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -34,10 +34,18 @@ code { padding: 10px; } -.profile-jot-text { +#profile-jot-text { + resize: none; + border-width: 0px; height: 39px; + line-height: 19px; padding: 10px; width: 100%; + display: inherit; +} + +#profile-jot-text:focus { + resize: vertical; } .jot-attachment { @@ -60,10 +68,6 @@ code { height: 30px; } -#profile-jot-form { - line-height: initial; -} - #profile-jot-wrapper { margin-bottom: 30px; } |