From 47a206ca108992752cdbc01360f484ea602b7e71 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 3 Dec 2018 18:10:44 +0000 Subject: [PATCH] wiki: Use custom CSS for checkboxes and file uploads Signed-off-by: Michael Tremer --- src/templates/wiki/edit.html | 10 ++++++---- src/templates/wiki/files/index.html | 13 ++++++------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/templates/wiki/edit.html b/src/templates/wiki/edit.html index 3ec74f8a..7ab3943a 100644 --- a/src/templates/wiki/edit.html +++ b/src/templates/wiki/edit.html @@ -36,12 +36,14 @@ {% if page and not page.is_watched_by(current_user) %}
- - +
+ + +
-

+ {{ _("Get notified when this page is changed") }} -

+
{% end %} diff --git a/src/templates/wiki/files/index.html b/src/templates/wiki/files/index.html index 7f697247..6c259f2a 100644 --- a/src/templates/wiki/files/index.html +++ b/src/templates/wiki/files/index.html @@ -16,7 +16,7 @@

{{ _("Files") }}

-
+
{% for f in files %} {% if f.is_image() %}
@@ -25,7 +25,7 @@ {{ f.filename }}
{{ f.filename }}
- +
{% end %} {% end %} @@ -60,11 +60,10 @@
- - - - {{ _("Choose a file to upload") }} - +
+ + +
-- 2.47.3