Skip to content
Snippets Groups Projects
Commit a85d3bb5 authored by Michael Fairchild's avatar Michael Fairchild
Browse files

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
parent 98485e7c
No related branches found
No related tags found
4 merge requests!15WIP: Support WDN version 5.3,!8Update for elgg upgrade,!3Develop,!1Git fixes
...@@ -73,3 +73,11 @@ ...@@ -73,3 +73,11 @@
.elgg-page-footer { .elgg-page-footer {
padding-top:20px; padding-top:20px;
} }
#messages-reply-form {
display: block !important;
}
.elgg-menu-item-reply {
display: none !important;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment