From 3161d96361d317a2ce6baf6d002e940a3ebaddbb Mon Sep 17 00:00:00 2001 From: Alexander Yuzhin Date: Fri, 11 Oct 2019 14:55:39 +0300 Subject: [PATCH] Allow a view mode for the skeletone view --- apps/documenteditor/main/index.html | 15 ++++++----- apps/documenteditor/main/index.html.deploy | 6 +++++ apps/presentationeditor/main/index.html | 15 ++++++----- .../presentationeditor/main/index.html.deploy | 15 ++++++----- apps/spreadsheeteditor/main/index.html | 25 ++++++------------- apps/spreadsheeteditor/main/index.html.deploy | 23 ++++++----------- 6 files changed, 48 insertions(+), 51 deletions(-) diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html index 0c6a017dfb..41d1ff210e 100644 --- a/apps/documenteditor/main/index.html +++ b/apps/documenteditor/main/index.html @@ -24,7 +24,7 @@ .loadmask > .brendpanel { width: 100%; - height: 56px; + min-height: 32px; background: #446995; } @@ -81,11 +81,6 @@ padding: 0; white-space: nowrap; position: relative; - - -webkit-animation: flickerAnimation 2s infinite ease-in-out; - -moz-animation: flickerAnimation 2s infinite ease-in-out; - -o-animation: flickerAnimation 2s infinite ease-in-out; - animation: flickerAnimation 2s infinite ease-in-out; } .loadmask > .sktoolbar li { @@ -235,6 +230,14 @@