From: soufiane Date: Tue, 23 Dec 2025 13:53:10 +0000 (+0100) Subject: wip #7779 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b16bfbcead95aa8025d30e359d8ab19569ed7724;p=fluidbook-html5.git wip #7779 --- diff --git a/js/libs/fluidbook/fluidbook.accessibility.js b/js/libs/fluidbook/fluidbook.accessibility.js index e7352bfe..f67d3a1f 100644 --- a/js/libs/fluidbook/fluidbook.accessibility.js +++ b/js/libs/fluidbook/fluidbook.accessibility.js @@ -197,7 +197,7 @@ FluidbookAccessibility.prototype = { }, ]; - var t = '
'+ getSpriteIcon('interface-close') +'
' + var t = '
'+ getSpriteIcon('interface-close') +'
' t += '
'; t += '
'; t += '

' + this.fluidbook.l10n.__('A user experience optimized for accessibility') + '

'; diff --git a/style/accessibility.less b/style/accessibility.less index 893377cf..c1760aa6 100644 --- a/style/accessibility.less +++ b/style/accessibility.less @@ -137,13 +137,24 @@ padding-top: 70px; margin-top: 70px; + article { + margin-bottom: 20px; + } + &.shortcuts { + img { height: 38px; + + @media @fullscreen { + margin-bottom: 10px; + } } article { - margin-bottom: 20px; + @media @fullscreen { + margin-bottom: 30px; + } } } } @@ -183,6 +194,7 @@ } h3{ + font-size: 20px; font-weight: 700; margin: 0 0 20px; }