diff options
author | cash <cash.costello@gmail.com> | 2011-06-24 22:44:43 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-06-24 22:44:43 -0400 |
commit | 386c424885104a088d11d7ec22e61d54725923c8 (patch) | |
tree | 8f825447a44093a8944e676ebd4f14ebc8e087a2 | |
parent | 8565bdf9a471e541af576201a756b9da58e1c81b (diff) | |
download | elgg-386c424885104a088d11d7ec22e61d54725923c8.tar.gz elgg-386c424885104a088d11d7ec22e61d54725923c8.tar.bz2 |
adding some spacing between the messages and the reply form
-rw-r--r-- | mod/messages/pages/messages/read.php | 2 |
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); |