]> _ Git - odl.git/commitdiff
wip #4979
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Dec 2021 18:07:59 +0000 (19:07 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Dec 2021 18:07:59 +0000 (19:07 +0100)
app/Jobs/ProcessFluidbook.php

index 355b69db715ec10e47b96691d49049f27707bfe9..e01fc7c51abf9c2ee91b2d708d2a58f513e8e30d 100644 (file)
@@ -80,6 +80,7 @@ class ProcessFluidbook extends Compiler
         $css .= '.bookmark,.print,.download{display:none !important}';
         $popup = '.annotationLayer .popupAnnotation .popupWrapper .popup';
         $css .= $popup . ' h1,' . $popup . ' span{display:none !important;}';
+        $css .= $popup . ' p{border:0 !important;margin-top:0 !important;}';
         $this->vdir->file_put_contents('pdfjs/web/viewer.css', $css);
     }