Added possibility to hide recent actions

This commit is contained in:
Fabio Caccamo
2017-05-24 11:57:08 +02:00
parent 2bc5c9f9ce
commit 2301eedc8b
5 changed files with 35 additions and 0 deletions
@@ -0,0 +1,9 @@
{% if not theme.recent_actions_visible %}
.admin-interface.dashboard #content {
max-width:600px;
margin-right:0;
}
.admin-interface.dashboard #content #recent-actions-module {
display:none;
}
{% endif %}