monkeysphere: 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 16:51:11 -08:00 committed by Veiko Aasa
parent 4b9b683a16
commit c37bb77ed3
No known key found for this signature in database
GPG Key ID: 478539CAE680674E
2 changed files with 22 additions and 21 deletions

View File

@ -0,0 +1,20 @@
/*
# SPDX-License-Identifier: AGPL-3.0-or-later
*/
td li {
list-style: none;
line-height: 2rem;
}
td ul {
padding: 0;
}
.form-action.pull-right {
margin-right: 0.625rem;
}
.form-action button {
width: 7.875rem;
}

View File

@ -8,29 +8,10 @@
{% load static %}
{% block page_head %}
<style type="text/css">
td li {
list-style: none;
line-height: 2rem;
}
td ul {
padding: 0;
}
.form-action.pull-right {
margin-right: 0.625rem;
}
.form-action button {
width: 7.875rem;
}
</style>
<link type="text/css" rel="stylesheet"
href="{% static 'monkeysphere/monkeysphere.css' %}"/>
{% endblock %}
{% block configuration %}
{% if running %}