From a85d3bb57dd3f5664b82621b07a87403c446f9a3 Mon Sep 17 00:00:00 2001 From: Michael Fairchild <mfairchild365@gmail.com> Date: Wed, 17 Feb 2016 15:14:11 -0600 Subject: [PATCH] Always show the message reply form The button to dynamically hide/show the form was not working due to a conflict with the framework's `.hidden` style --- plugins/unl_theme/css/unl_theme.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/plugins/unl_theme/css/unl_theme.css b/plugins/unl_theme/css/unl_theme.css index 49431abc..4b8c744e 100755 --- a/plugins/unl_theme/css/unl_theme.css +++ b/plugins/unl_theme/css/unl_theme.css @@ -72,4 +72,12 @@ } .elgg-page-footer { padding-top:20px; -} \ No newline at end of file +} + +#messages-reply-form { + display: block !important; +} + +.elgg-menu-item-reply { + display: none !important; +} -- GitLab