From 2b0b8f3411013e86d19ca6a405a0f052eb6a7a8f Mon Sep 17 00:00:00 2001 From: Mathieu Lagace Date: Wed, 17 Nov 2021 17:30:26 +0000 Subject: [PATCH] fix: small bug from Guillaume --- public/css/custom.css | 4 ---- resources/views/admin/schedule/event/add.blade.php | 4 ++-- resources/views/admin/schedule/event/edit.blade.php | 4 ++-- resources/views/layouts/public/header.blade.php | 4 ++-- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index e8c53df6..b3b0f881 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1843,10 +1843,6 @@ td{ color: $gray-light; } -.title{ - margin-top: -9px; -} - .fc .fc-row:last-child td{ border-bottom: 0; } diff --git a/resources/views/admin/schedule/event/add.blade.php b/resources/views/admin/schedule/event/add.blade.php index 9960175b..c9686f26 100644 --- a/resources/views/admin/schedule/event/add.blade.php +++ b/resources/views/admin/schedule/event/add.blade.php @@ -158,8 +158,8 @@
- - L'évenement doit t-il être caché? + + L'événement doit t-il être caché?
- - L'évenement doit t-il être caché? + + L'événement doit t-il être caché?
-
- + --}} @if(\Auth::check())