From: Vincent Vanwaelscappel Date: Wed, 30 Sep 2020 11:26:28 +0000 (+0200) Subject: wait #3789 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1785ed49ccae00d28169f96e86ebe1ecbb3362c3;p=fluidbook-html5.git wait #3789 @0.25 --- diff --git a/js/libs/fluidbook/fluidbook.help.js b/js/libs/fluidbook/fluidbook.help.js index 3bc8dfca..4d8956af 100644 --- a/js/libs/fluidbook/fluidbook.help.js +++ b/js/libs/fluidbook/fluidbook.help.js @@ -70,7 +70,7 @@ FluidbookHelp.prototype = { help += '
'; - help += '
Ctrl++
Ctrl+-
'; + help += '
Ctrl++
Ctrl+–
'; help += '

' + this.fluidbook.l10n.__('zoom in and zoom out') + '

'; help += '
' diff --git a/style/help.less b/style/help.less index 9beb14b6..7176203e 100644 --- a/style/help.less +++ b/style/help.less @@ -22,6 +22,7 @@ overflow: hidden; transition: opacity 150ms; opacity: 0; + font-size: 15px; .keyboardshortcut { .no-using-keyboard & { @@ -57,6 +58,7 @@ } .bookmark-help-label { + width: 50%; text-align: right; padding: 0 0.5em; @@ -74,7 +76,6 @@ top: 0; left: 50%; text-align: center; - font-size: 15px; transition: opacity 150ms; opacity: 0; @@ -115,8 +116,9 @@ padding-right: 5px; &.big { - font-size: 15px; + font-size: 16px; font-weight: bold; + padding-right: 7px; } } @@ -125,7 +127,6 @@ vertical-align: middle; width: 20px; margin-top: 23px; - font-size: 15px; font-weight: bold; }