]> _ Git - fluidbook-html5.git/commitdiff
fix #3760 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 2 Jul 2020 13:11:54 +0000 (15:11 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 2 Jul 2020 13:11:54 +0000 (15:11 +0200)
js/libs/fluidbook/fluidbook.nav.js
style/footer.less

index fc37ae13ff2587de85c81783606fa8a09ed4608a..f98d74548e4b4457c555998de666c3e85da9627c 100644 (file)
@@ -604,7 +604,7 @@ FluidbookNav.prototype = {
             // Copy credits
             var credits = $("footer#credits").clone().attr('id', 'mobile-credits');
             var a = credits.find('a');
-            var t = a.text().replace('TM', '™');
+            var t = a.text();
             credits.find('a').text(t);
             $("#menuList").append(credits);
 
index 4c0c0f3972b9166f574dc9b05c28ef64f942d686..db1ca1fd33eec81fc720053db3f2bd86ab291f97 100644 (file)
@@ -1,8 +1,7 @@
 /* Credits */
 footer {
   font-family: @font;
-  font-size: 8px;
-  text-transform: uppercase;
+  font-size: 10.4px;
   position: absolute;
   bottom: 2px;
   z-index: 20;
@@ -11,12 +10,6 @@ footer {
   a {
     display: inline-block;
     text-decoration: none;
-    transform-origin: 100% 100%;
-    transform: scale(1.08, 0.95) !important;
-
-    .rtl & {
-      transform-origin: 0% 100%;
-    }
   }
 
   .ltr & {