aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-13 16:54:59 -0700
committerfriendica <info@friendica.com>2014-08-13 16:54:59 -0700
commit4156c68d0d433e804787cdd7ff52235d51b53ba2 (patch)
treeeae3a51dc94beefabb95fea5df455dfa80255f43 /view/css
parenteb38f3f47460bfb00af3dcae815720b2970a31eb (diff)
parent4a938db39841d91d294b1cb1c193f12cae5f9492 (diff)
downloadvolse-hubzilla-4156c68d0d433e804787cdd7ff52235d51b53ba2.tar.gz
volse-hubzilla-4156c68d0d433e804787cdd7ff52235d51b53ba2.tar.bz2
volse-hubzilla-4156c68d0d433e804787cdd7ff52235d51b53ba2.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/css')
-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 4653ede89..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: 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;
}