From: Vincent Vanwaelscappel Date: Tue, 4 Jan 2022 15:00:46 +0000 (+0100) Subject: wip #4752 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3613728c4226605bf5d57bee8b196868bcd03870;p=odl.git wip #4752 @1 --- diff --git a/app/Jobs/ProcessFluidbook.php b/app/Jobs/ProcessFluidbook.php index e01fc7c..4cde251 100644 --- a/app/Jobs/ProcessFluidbook.php +++ b/app/Jobs/ProcessFluidbook.php @@ -78,6 +78,9 @@ class ProcessFluidbook extends Compiler $css .= '.article{--page-border:0;--page-margin:0;--body-bg-color:transparent;}'; $css .= '.openFile,.rotateCw,.rotateCcw,.rotateCcw + .horizontalToolbarSeparator{display:none !important;}'; $css .= '.bookmark,.print,.download{display:none !important}'; + $css .= '#documentProperties,#cursorSelectTool,#cursorHandTool,#cursorHandTool + .horizontalToolbarSeparator,.horizontalToolbarSeparator.spreadModeButtons{display:none !important}'; + $css .= '#toolbarSidebar{display:none !important}'; + $css .= '#sidebarContent{top:0px !important}'; $popup = '.annotationLayer .popupAnnotation .popupWrapper .popup'; $css .= $popup . ' h1,' . $popup . ' span{display:none !important;}'; $css .= $popup . ' p{border:0 !important;margin-top:0 !important;}';