Files
onlyoffice.github.io/store/plugin/resources/css/styles.css
Alexey Matveev 368c52696f Fix/problem with internet cheking (#3)
* [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.
2023-09-13 14:20:50 +03:00

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);
}