diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-16 23:26:11 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-16 23:26:11 +0200 |
commit | 9addc4581edf594996151eaf514927d271f04da5 (patch) | |
tree | 26abc7f97994ee66c103ba6ded0c75168fbb1f6b /view/css | |
parent | 90d3a6c02dd12317c72ad790a1b6810f885f638c (diff) | |
download | volse-hubzilla-9addc4581edf594996151eaf514927d271f04da5.tar.gz volse-hubzilla-9addc4581edf594996151eaf514927d271f04da5.tar.bz2 volse-hubzilla-9addc4581edf594996151eaf514927d271f04da5.zip |
provide a separate input field for rpost attachments
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index d94a08b3e..009a2a55d 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -25,12 +25,17 @@ code { margin-bottom: 5px; } -#profile-jot-text { +.profile-jot-text { height: 39px; padding: 8px; width: 100%; } +.jot-attachment { + padding: 8px; + width: 100%; +} + #profile-jot-text-loading { float: left; padding: 30px 0px 0px 12px; |