aboutsummaryrefslogtreecommitdiff
path: root/mod/messages
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-06-24 22:44:43 -0400
committercash <cash.costello@gmail.com>2011-06-24 22:44:43 -0400
commit386c424885104a088d11d7ec22e61d54725923c8 (patch)
tree8f825447a44093a8944e676ebd4f14ebc8e087a2 /mod/messages
parent8565bdf9a471e541af576201a756b9da58e1c81b (diff)
downloadelgg-386c424885104a088d11d7ec22e61d54725923c8.tar.gz
elgg-386c424885104a088d11d7ec22e61d54725923c8.tar.bz2
adding some spacing between the messages and the reply form
Diffstat (limited to 'mod/messages')
-rw-r--r--mod/messages/pages/messages/read.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/messages/pages/messages/read.php b/mod/messages/pages/messages/read.php
index c5d1d4941..5397d33e5 100644
--- a/mod/messages/pages/messages/read.php
+++ b/mod/messages/pages/messages/read.php
@@ -31,7 +31,7 @@ $content = elgg_view_entity($message, true);
if ($inbox) {
$form_params = array(
'id' => 'messages-reply-form',
- 'class' => 'hidden',
+ 'class' => 'hidden mtl',
'action' => 'action/messages/send',
);
$body_params = array('message' => $message);