Merge branch 'develop' of github.com:getgrav/grav-plugin-admin into develop

This commit is contained in:
Andy Miller
2018-04-17 17:49:37 -06:00
3 changed files with 5 additions and 1 deletions

View File

@@ -328,6 +328,7 @@ form:
default: 0.8
validate:
type: number
step: 0.01
help: The quality to use when resizing an image. Between 0 and 1 value.
Dashboard:

View File

@@ -410,6 +410,7 @@
{% block bottom %}
<script>
{% parent() %}
$('.admin-pages .form-tabs .tabs-nav').css('margin-right', ($('#admin-topbar').width() + 20) + 'px');
</script>
{% endblock %}

View File

@@ -114,7 +114,9 @@
<div id='overlay'></div>
</div>
{% endblock page %}
{% block bottom %}{% endblock %}
{% block bottom %}
{{ assets.js('bottom')|raw }}
{% endblock %}
</body>
{% endblock body %}
</html>