]> _ Git - fluidbook-html5.git/commitdiff
wait #3789 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 30 Sep 2020 11:26:28 +0000 (13:26 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 30 Sep 2020 11:26:28 +0000 (13:26 +0200)
js/libs/fluidbook/fluidbook.help.js
style/help.less

index 3bc8dfcab184eb4f66f6003acdec39c90d32245c..4d8956af80b32d58e08fae8a9bd350c99819a22a 100644 (file)
@@ -70,7 +70,7 @@ FluidbookHelp.prototype = {
 
 
         help += '<div class="illustration keyboard">';
-        help += '<div class="bigkeys"><kbd>Ctrl</kbd><span>+</span><kbd class="big">+</kbd><div class="separator"></div><kbd>Ctrl</kbd><span>+</span><kbd class="big">-</kbd></div>';
+        help += '<div class="bigkeys"><kbd>Ctrl</kbd><span>+</span><kbd class="big">+</kbd><div class="separator"></div><kbd>Ctrl</kbd><span>+</span><kbd class="big"></kbd></div>';
         help += '<p>' + this.fluidbook.l10n.__('zoom in and zoom out') + '</p>';
         help += '</div>'
 
index 9beb14b6f897d6e420c33c727cf69f9d659d69c4..7176203e72f8e697cf0bb5965c118e5834ed2edc 100644 (file)
@@ -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;
 
           padding-right: 5px;
 
           &.big {
-            font-size: 15px;
+            font-size: 16px;
             font-weight: bold;
+            padding-right: 7px;
           }
         }
 
           vertical-align: middle;
           width: 20px;
           margin-top: 23px;
-          font-size: 15px;
           font-weight: bold;
         }