From: Vincent Vanwaelscappel Date: Tue, 7 Dec 2021 09:09:15 +0000 (+0100) Subject: wip #4932 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cb8dc23742629c3bf4eb61898b0096c8b93d9ece;p=fluidbook-html5.git wip #4932 --- diff --git a/js/libs/fluidbook/fluidbook.articles.js b/js/libs/fluidbook/fluidbook.articles.js index 8517223e..3d067d06 100644 --- a/js/libs/fluidbook/fluidbook.articles.js +++ b/js/libs/fluidbook/fluidbook.articles.js @@ -70,7 +70,7 @@ FluidbookArticles.prototype = { var iheight = Math.round(iwidth / ratio); var zoom = Math.ceil(100 * width / (article.infos.width / 0.75)); footerContents = '
' + getSpriteIcon('nav-share') + ''; - //footerContents += '' + getSpriteIcon('nav-print') + ''; + footerContents += '' + getSpriteIcon('nav-print') + ''; footerContents += '
'; attrs += ' data-max-width="' + width + '" '; cls = 'pdf'; diff --git a/style/menu-articles.less b/style/menu-articles.less index 1232087f..ba0667e3 100644 --- a/style/menu-articles.less +++ b/style/menu-articles.less @@ -32,7 +32,7 @@ a { width: 30px; position: relative; - left: -20px; + left: -40px; margin: 0 10px; svg {