samba: Split CSS styling into 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 16:54:24 -08:00 committed by Veiko Aasa
parent c37bb77ed3
commit cd58957e36
No known key found for this signature in database
GPG Key ID: 478539CAE680674E
2 changed files with 18 additions and 14 deletions

View File

@ -0,0 +1,16 @@
/*
# SPDX-License-Identifier: AGPL-3.0-or-later
*/
.progress {
margin-bottom: 0;
width: 11.25rem;
}
.samba-disk-name {
font-size: 1.3rem;
float: left;
}
.samba-disk-shares {
padding-top: 0.625rem;
margin-bottom: 1.25rem;
}

View File

@ -9,20 +9,8 @@
{% load static %}
{% block page_head %}
<style type="text/css">
.progress {
margin-bottom: 0;
width: 11.25rem;
}
.samba-disk-name {
font-size: 1.3rem;
float: left;
}
.samba-disk-shares {
padding-top: 0.625rem;
margin-bottom: 1.25rem;
}
</style>
<link type="text/css" rel="stylesheet"
href="{% static 'samba/samba.css' %}"/>
{% endblock %}
{% block configuration %}