summaryrefslogtreecommitdiff
path: root/includes/view
diff options
context:
space:
mode:
authorWonko T. Sane <42@wonko.de>2018-12-27 02:47:41 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-10-20 14:59:15 +0200
commit1a5c10dd417646af74581a567608e904dc96a62f (patch)
tree5b6e2e67dd792d6aadce7485399fba4f9f203235 /includes/view
parentb14d352140a5b3ad16b3980a52e50e870ee9fed6 (diff)
adding a dashed line when expandable
Diffstat (limited to 'includes/view')
-rw-r--r--includes/view/ShiftCalendarShiftRenderer.php6
1 files changed, 3 insertions, 3 deletions
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', [