From 2f0d783ba6958a3a102c54731ae1864d661bb72d Mon Sep 17 00:00:00 2001 From: Oleg Sinizin Date: Thu, 25 Nov 2021 17:50:25 +0300 Subject: [PATCH] nodejs: wopi fix layout on hover --- .../nodejs/public/stylesheets/media-wopi.css | 2 +- .../nodejs/public/stylesheets/stylesheet.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/documentserver-example/nodejs/public/stylesheets/media-wopi.css b/web/documentserver-example/nodejs/public/stylesheets/media-wopi.css index 1652b461..c122657b 100644 --- a/web/documentserver-example/nodejs/public/stylesheets/media-wopi.css +++ b/web/documentserver-example/nodejs/public/stylesheets/media-wopi.css @@ -79,7 +79,7 @@ } .tableRow td:last-child:after{ width: 90%; - top: 67px; + top: 65px; height: 1%; } } diff --git a/web/documentserver-example/nodejs/public/stylesheets/stylesheet.css b/web/documentserver-example/nodejs/public/stylesheets/stylesheet.css index f6d6bd2a..ca0c5a7a 100644 --- a/web/documentserver-example/nodejs/public/stylesheets/stylesheet.css +++ b/web/documentserver-example/nodejs/public/stylesheets/stylesheet.css @@ -594,6 +594,7 @@ footer table tr td:first-child { } .contentCells-wopi { + height: 25px; width: 18%; text-align: left; }