From a14f247859207c4fe3966bcb037a60934494cca1 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 5 Mar 2021 18:07:19 +0100 Subject: [PATCH] make the add button look more like the remove button --- htdocs/css/admin.css | 6 +++--- owrx/source/__init__.py | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/htdocs/css/admin.css b/htdocs/css/admin.css index 7597188..0369d72 100644 --- a/htdocs/css/admin.css +++ b/htdocs/css/admin.css @@ -117,17 +117,17 @@ table.bookmarks .frequency { overflow-y: auto; } -.removable-group.removable { +.removable-group.removable, .add-group { display: flex; flex-direction: row; } -.removable-group.removable .removable-item { +.removable-group.removable .removable-item, .add-group .add-group-select { flex: 1 0 auto; margin-right: .25rem; } -.removable-group.removable .option-remove-button { +.removable-group.removable .option-remove-button, .add-group .option-add-button { flex: 0 0 70px; } diff --git a/owrx/source/__init__.py b/owrx/source/__init__.py index e752f09..706b576 100644 --- a/owrx/source/__init__.py +++ b/owrx/source/__init__.py @@ -410,13 +410,13 @@ class OptionalSection(Section): -
- -
- +
+
+
+
""".format(