[DE] Skeletone loader bugfix

This commit is contained in:
Alexander Yuzhin 2019-11-22 17:41:04 +03:00
parent 35619396f5
commit 79eb797431
4 changed files with 13 additions and 14 deletions

View file

@ -18,7 +18,7 @@
width: 100%;
overflow: hidden;
border: none;
background: #f1f1f1;
background: #e2e2e2;
z-index: 1001;
}
@ -101,10 +101,10 @@
.loadmask > .placeholder {
background: #fbfbfb;
width: 796px;
width: 816px;
margin: 46px auto;
height: 100%;
border: 1px solid #dfdfdf;
border: 1px solid #bebebe;
padding-top: 50px;
}

View file

@ -19,7 +19,7 @@
width: 100%;
overflow: hidden;
border: none;
background: #f1f1f1;
background: #e2e2e2;
z-index: 1001;
}
@ -102,10 +102,10 @@
.loadmask > .placeholder {
background: #fbfbfb;
width: 796px;
width: 816px;
margin: 46px auto;
height: 100%;
border: 1px solid #dfdfdf;
border: 1px solid #bebebe;
padding-top: 50px;
}

View file

@ -152,10 +152,10 @@
.doc-placeholder {
background: #fbfbfb;
width: 796px;
margin: 40px auto;
width: 816px;
margin: 46px auto;
height: 100%;
border: 1px solid #dfdfdf;
border: 1px solid #bebebe;
padding-top: 50px;
position: absolute;
left: 0;
@ -164,11 +164,6 @@
bottom: 0;
z-index: 1;
-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;
> .line {
height: 15px;
margin: 30px 80px;

View file

@ -77,6 +77,10 @@ label {
display: none;
}
#editor-container {
background: #e2e2e2;
}
#editor_sdk {
width: 100%;
height: 100%;