aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-05 07:47:15 +1100
committerredmatrix <redmatrix@redmatrix.me>2015-12-05 07:47:15 +1100
commit4428f70ea292f1800ffde39ea49732628e83f862 (patch)
tree2e8a50c7a919e2d7118e17aa2f0b2bb2affec420 /view
parent8a9d743f6f518d3af35014130dcef8f148148113 (diff)
parent0bb75894183d56e0e5f9c8249cf3a3bbb69c0926 (diff)
downloadvolse-hubzilla-4428f70ea292f1800ffde39ea49732628e83f862.tar.gz
volse-hubzilla-4428f70ea292f1800ffde39ea49732628e83f862.tar.bz2
volse-hubzilla-4428f70ea292f1800ffde39ea49732628e83f862.zip
Merge pull request #208 from anaqreon/mail-text-height
Enlarge the default mail composition text area.
Diffstat (limited to 'view')
-rw-r--r--view/css/mod_mail.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/mod_mail.css b/view/css/mod_mail.css
index 1346eecd5..843d1274c 100644
--- a/view/css/mod_mail.css
+++ b/view/css/mod_mail.css
@@ -25,6 +25,10 @@
margin: 15px;
}
+#prvmail-text {
+ height: 20.0em;
+}
+
.mail-conv-outside-wrapper {
margin-bottom: 20px;
}