From 1a5c10dd417646af74581a567608e904dc96a62f Mon Sep 17 00:00:00 2001 From: "Wonko T. Sane" <42@wonko.de> Date: Thu, 27 Dec 2018 02:47:41 +0100 Subject: adding a dashed line when expandable --- includes/view/ShiftCalendarShiftRenderer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/view') diff --git a/includes/view/ShiftCalendarShiftRenderer.php b/includes/view/ShiftCalendarShiftRenderer.php index c0a9f877..2589b0cf 100644 --- a/includes/view/ShiftCalendarShiftRenderer.php +++ b/includes/view/ShiftCalendarShiftRenderer.php @@ -38,11 +38,11 @@ class ShiftCalendarShiftRenderer return [ $blocks, - div( 'shift-card "style="height: ' + div( 'panel-' . $class. ' shift-card" style="height: ' . ($blocks * ShiftCalendarRenderer::BLOCK_HEIGHT - ShiftCalendarRenderer::MARGIN) - . 'px;}"', + . 'px;', div( - 'shift panel panel-' . $class. '" style="position: absolute; width:99%;', + 'shift panel panel-' . $class. '" style="position: absolute; width:100%;', [ $this->renderShiftHead($shift, $class), div('panel-body', [ -- cgit v1.2.3-54-g00ecf