storage: Split CSS styling into a separate file

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2020-12-17 17:02:50 -08:00 committed by Veiko Aasa
parent 001923312b
commit 3031d2063d
No known key found for this signature in database
GPG Key ID: 478539CAE680674E
2 changed files with 9 additions and 5 deletions

View File

@ -0,0 +1,7 @@
/*
# SPDX-License-Identifier: AGPL-3.0-or-later
*/
.progress {
margin-bottom: 0;
}

View File

@ -8,11 +8,8 @@
{% load static %}
{% block page_head %}
<style type="text/css">
.progress {
margin-bottom: 0;
}
</style>
<link type="text/css" rel="stylesheet"
href="{% static 'storage/storage.css' %}"/>
{% endblock %}
{% block configuration %}