From cec1a687839f2e2ba6d90cc0ce84cc6d0faf5cc7 Mon Sep 17 00:00:00 2001 From: Thomas Steur <thomas.steur@gmail.com> Date: Wed, 18 Dec 2013 02:49:14 +0000 Subject: [PATCH] fixes #4386 fix datepicker is not completely visible. I wanted to fix this in JS but unfortunately the beforeShow event of the datepicker is not working and I did not find any other workaround. So fixing it this way --- plugins/Annotations/stylesheets/annotations.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/Annotations/stylesheets/annotations.less b/plugins/Annotations/stylesheets/annotations.less index 3a01ca398d..0c533a75e9 100755 --- a/plugins/Annotations/stylesheets/annotations.less +++ b/plugins/Annotations/stylesheets/annotations.less @@ -78,6 +78,10 @@ font-size: 14px; } +.annotations table td.annotation-meta { + padding-bottom: 150px; +} + .annotation-user { font-style: italic; font-size: 11px; -- GitLab