diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-05 07:47:15 +1100 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-05 07:47:15 +1100 |
commit | 4428f70ea292f1800ffde39ea49732628e83f862 (patch) | |
tree | 2e8a50c7a919e2d7118e17aa2f0b2bb2affec420 | |
parent | 8a9d743f6f518d3af35014130dcef8f148148113 (diff) | |
parent | 0bb75894183d56e0e5f9c8249cf3a3bbb69c0926 (diff) | |
download | volse-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.
-rw-r--r-- | view/css/mod_mail.css | 4 |
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; } |