aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-08-13 17:37:41 +0200
committermarijus <mario@mariovavti.com>2014-08-13 17:37:41 +0200
commit4a938db39841d91d294b1cb1c193f12cae5f9492 (patch)
tree670021be1c604763d5025d983276cf8b447e4d76 /view
parent92e5f31428107910a6c9faae556b930a1de3ebf0 (diff)
downloadvolse-hubzilla-4a938db39841d91d294b1cb1c193f12cae5f9492.tar.gz
volse-hubzilla-4a938db39841d91d294b1cb1c193f12cae5f9492.tar.bz2
volse-hubzilla-4a938db39841d91d294b1cb1c193f12cae5f9492.zip
this is better cross-browser support
Diffstat (limited to 'view')
-rw-r--r--view/css/conversation.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 7e0e6f0ad..a6540ffba 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -182,10 +182,11 @@
.comment-edit-text-empty, .comment-edit-text-full {
float: left;
width: 100%;
- padding: 6px 8px;
}
.comment-edit-text-empty {
+ padding: 0px 8px;
+ line-height: 28px;
height: 30px;
overflow: hidden;
resize: none;
@@ -193,6 +194,7 @@
}
.comment-edit-text-full {
+ padding: 8px;
height: 150px;
overflow: auto;
}