From e407e71eef0920de118d9d8db01f164029994519 Mon Sep 17 00:00:00 2001 From: Capelier-Marla Date: Thu, 26 Jan 2023 16:09:18 +0100 Subject: [PATCH 1/3] form and recipe name style --- Views/recipe/edit.php | 11 ++++----- static/style.css | 53 +++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 56 insertions(+), 8 deletions(-) diff --git a/Views/recipe/edit.php b/Views/recipe/edit.php index b7ecbaa..36fc175 100644 --- a/Views/recipe/edit.php +++ b/Views/recipe/edit.php @@ -20,7 +20,7 @@ if ($O_recipe === null) { } ?> -
+
Retour @@ -29,15 +29,12 @@ if ($O_recipe === null) {
" method="post"> - + - -
-
- +

Informations alimentaires

@@ -133,6 +130,7 @@ if ($O_recipe === null) { '; $numberOfIngredients = 1; + $numberOfInstructions = 1; } ?> @@ -147,6 +145,7 @@ if ($O_recipe === null) {