From c37bb77ed35209a53ba652305568e4c95e4ddd4b Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 17 Dec 2020 16:51:11 -0800 Subject: [PATCH] monkeysphere: Split CSS styling into a separate file Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- .../monkeysphere/static/monkeysphere.css | 20 ++++++++++++++++ .../monkeysphere/templates/monkeysphere.html | 23 ++----------------- 2 files changed, 22 insertions(+), 21 deletions(-) create mode 100644 plinth/modules/monkeysphere/static/monkeysphere.css diff --git a/plinth/modules/monkeysphere/static/monkeysphere.css b/plinth/modules/monkeysphere/static/monkeysphere.css new file mode 100644 index 000000000..323f40788 --- /dev/null +++ b/plinth/modules/monkeysphere/static/monkeysphere.css @@ -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; +} diff --git a/plinth/modules/monkeysphere/templates/monkeysphere.html b/plinth/modules/monkeysphere/templates/monkeysphere.html index 5ae81ff13..f74d2f132 100644 --- a/plinth/modules/monkeysphere/templates/monkeysphere.html +++ b/plinth/modules/monkeysphere/templates/monkeysphere.html @@ -8,29 +8,10 @@ {% load static %} {% block page_head %} - - - + {% endblock %} - {% block configuration %} {% if running %}