From 6b60b4f112c7256fc639f1d9f5857396343e1ecc Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sat, 25 May 2024 15:40:01 +0000 Subject: [PATCH] docs/confirm-restore: fix bug 13538 * add div class field * responsive size for desktop/ mobile Signed-off-by: Rico Hoppe --- src/templates/docs/confirm-restore.html | 46 +++++++++++++++---------- 1 file changed, 27 insertions(+), 19 deletions(-) diff --git a/src/templates/docs/confirm-restore.html b/src/templates/docs/confirm-restore.html index 06557f0c..3fb19413 100644 --- a/src/templates/docs/confirm-restore.html +++ b/src/templates/docs/confirm-restore.html @@ -30,30 +30,38 @@
-
-

- {{ _("Do you really want to restore this page to its revision from %s?") % locale.format_date(page.timestamp) }} -

-
+
+
+
+

+ {{ _("Do you really want to restore this page to its revision from %s?") % locale.format_date(page.timestamp) }} +

+
-
-
- {% raw xsrf_form_html() %} +
+ + {% raw xsrf_form_html() %} - - + + -
- -
+
+
+ +
+
-
- +
+
+ +
+
+
- +
-- 2.47.2