mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
c37bb77ed3
commit
cd58957e36
16
plinth/modules/samba/static/samba.css
Normal file
16
plinth/modules/samba/static/samba.css
Normal 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;
|
||||
}
|
||||
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user