From d7ecf8041af595b1ebf95ea00ee59575aa9330d6 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 12 Jul 2020 03:38:14 +0100 Subject: Improve admin list design --- app/templates/admin/list.html | 85 +++++++++++++++++++++++-------------------- app/templates/todo/list.html | 2 +- 2 files changed, 47 insertions(+), 40 deletions(-) (limited to 'app/templates') diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html index 26c7179..faa6652 100644 --- a/app/templates/admin/list.html +++ b/app/templates/admin/list.html @@ -5,48 +5,55 @@ {% endblock %} {% block content %} - +
+ -
-

Do action

+
+
+

Do action

-
- - - -
-
+
+ +
+ + +
+
+
-
-

Restore Package

+
+

Restore Package

-
- - - - -
+
+ + +
+ + +
+
+
+
{% endblock %} diff --git a/app/templates/todo/list.html b/app/templates/todo/list.html index f9f90e0..ef5025e 100644 --- a/app/templates/todo/list.html +++ b/app/templates/todo/list.html @@ -99,7 +99,7 @@

{% endif %} -

Unadded Topic List

+

Unadded Topic List

{% if total_topics > 0 %}

-- cgit v1.2.3