diff options
author | Andrew Manning <tamanning@zoho.com> | 2015-12-04 15:29:57 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2015-12-04 15:29:57 -0500 |
commit | 0bb75894183d56e0e5f9c8249cf3a3bbb69c0926 (patch) | |
tree | 2e8a50c7a919e2d7118e17aa2f0b2bb2affec420 /view/css | |
parent | 8a9d743f6f518d3af35014130dcef8f148148113 (diff) | |
download | volse-hubzilla-0bb75894183d56e0e5f9c8249cf3a3bbb69c0926.tar.gz volse-hubzilla-0bb75894183d56e0e5f9c8249cf3a3bbb69c0926.tar.bz2 volse-hubzilla-0bb75894183d56e0e5f9c8249cf3a3bbb69c0926.zip |
Enlarge the default mail composition text area.
Diffstat (limited to 'view/css')
-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; } |