mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
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:
parent
4b9b683a16
commit
c37bb77ed3
20
plinth/modules/monkeysphere/static/monkeysphere.css
Normal file
20
plinth/modules/monkeysphere/static/monkeysphere.css
Normal 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;
|
||||||
|
}
|
||||||
@ -8,29 +8,10 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block page_head %}
|
{% block page_head %}
|
||||||
|
<link type="text/css" rel="stylesheet"
|
||||||
<style type="text/css">
|
href="{% static 'monkeysphere/monkeysphere.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>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
{% block configuration %}
|
{% block configuration %}
|
||||||
|
|
||||||
{% if running %}
|
{% if running %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user