From d613da7faf3515eba87afd83d9680cc2e584dba7 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 29 Jun 2020 14:10:21 +0200 Subject: [PATCH] mobile and large layout --- .../templates/forms/edit_internal_recipe.html | 105 +++++++++--------- 1 file changed, 55 insertions(+), 50 deletions(-) diff --git a/cookbook/templates/forms/edit_internal_recipe.html b/cookbook/templates/forms/edit_internal_recipe.html index d8f017ba6..d50fdaaf0 100644 --- a/cookbook/templates/forms/edit_internal_recipe.html +++ b/cookbook/templates/forms/edit_internal_recipe.html @@ -20,6 +20,7 @@ .small-padding { padding-left: 2px; padding-right: 2px; + margin-top: 2px; } .break-column { @@ -120,60 +121,64 @@ style="margin-top: 8px">
-
-
+
+
-
- + +
+
+ +
+ +
+ + + +
+
+ + +
+
+ +
-
- - - -
-
- - -
-
- -
-
-
@@ -282,7 +287,7 @@ this.sortStep(step) }, removeIngredient: function (step, ingredient) { - if (confirm('{% trans 'Do you really want to remove this ingredient ?' %}')) { + if (confirm('{% trans 'Are you sure that you want to delete this ingredient?' %}')) { step.ingredients = step.ingredients.filter(item => item !== ingredient) }