mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
* [Marketplace] Change internet connection checking for plugin "Marketplace". * [Marketplace] Fix problem with timeout. * [Marketplace] Rename function. * [Marketplace] Add link to jquery. * [Marketplace] Add loader container. * Fix problem with clouds for desktop.
55 lines
870 B
CSS
55 lines
870 B
CSS
iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
html, body {
|
|
margin: 0px !important;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-flow: column;
|
|
}
|
|
.notification {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.hidden {
|
|
display: none !important;
|
|
}
|
|
.lab{
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
font-size: 15px !important;
|
|
}
|
|
.img_warning {
|
|
background: url(../img/warnings_s.svg) no-repeat center;
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.modal {
|
|
margin: 10px;
|
|
}
|
|
.warning {
|
|
display: flex;
|
|
/* justify-content: center; */
|
|
align-items: center;
|
|
}
|
|
.question {
|
|
margin-left: 5px;
|
|
}
|
|
.info {
|
|
margin-top: 10px;
|
|
}
|
|
.loader {
|
|
margin: 0 !important;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100% !important;
|
|
background-color: rgba(128, 128, 128, 0.5);
|
|
} |