diff --git a/templates/dashboard/index.html b/templates/dashboard/index.html index c84c6a4c..853206fb 100644 --- a/templates/dashboard/index.html +++ b/templates/dashboard/index.html @@ -16,6 +16,16 @@ em { padding: 0px; } + + {#CSS to change collapse button display from https://stackoverflow.com/a/31967516/1428034#} + [data-toggle="collapse"].collapsed .if-not-collapsed { + display: none; + } + + [data-toggle="collapse"]:not(.collapsed) .if-collapsed { + display: none; + } + {% endblock %} @@ -385,9 +395,15 @@ {% if not current_user.expand_alias_info %}
-
{% endif %}