]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
adding some spacing between the messages and the reply form
authorcash <cash.costello@gmail.com>
Sat, 25 Jun 2011 02:44:43 +0000 (22:44 -0400)
committercash <cash.costello@gmail.com>
Sat, 25 Jun 2011 02:44:43 +0000 (22:44 -0400)
mod/messages/pages/messages/read.php

index c5d1d49410e3486ec4392c561b09e4d574b00ea4..5397d33e5786b2d2ad0adcd5c4a0ae19ff94014e 100644 (file)
@@ -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);