From 98311519030f825e4107b4df9e1ba0ac98e91b76 Mon Sep 17 00:00:00 2001 From: Tim Krehan Date: Mon, 20 May 2019 08:38:56 +0200 Subject: [PATCH] add margn to recipe card bottom --- bin/adduser.js | 1 + cont/recipe.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/adduser.js b/bin/adduser.js index 84cd699..e68c806 100644 --- a/bin/adduser.js +++ b/bin/adduser.js @@ -30,6 +30,7 @@ function userPopover(title, text){ $("#newuser").data("toggle", "popover"); $("#newuser").data("container", "body"); $("#newuser").data("placement", "bottom"); + $("#newuser").data("trigger", "focus"); $("#newuser").data("html", true); $("#newuser").attr("title", title); $("#newuser").data("content", text); diff --git a/cont/recipe.php b/cont/recipe.php index 7034b9e..8e0a5c9 100644 --- a/cont/recipe.php +++ b/cont/recipe.php @@ -23,7 +23,7 @@ echo "

$recipe->Name

"; echo ''; - echo '
'; + echo '
'; echo "
"; echo "

Zutaten

"; foreach($recipe->Zutaten as $index => $Zutat){