mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-11 08:23:49 +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 %}
|
||||
|
||||
{% 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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user