chore: Moving the loading indicator styles

This commit is contained in:
imtodor 2018-09-26 16:40:20 +03:00
Родитель 515ff2cdcb
Коммит 2a6a9d6c19
2 изменённых файлов: 16 добавлений и 13 удалений

Просмотреть файл

@ -4155,3 +4155,19 @@ article table#allcontrols-table {
}
/* END Introduction page all controls table styles */
/* Kendo loading indicator in API*/
div#sidetoc {
.k-loading-mask {
background-image: url(image_path("loading-image.gif"));
background-repeat: no-repeat;
z-index: 10000;
background-position-x: center;
background-position-y: center;
}
.k-loading-text {
display: none;
}
}

Просмотреть файл

@ -955,16 +955,3 @@ div.embeddedvideo iframe {
.mainContainer[dir='rtl'] main ul[role="tablist"] {
margin: 0; }
/* Kendo loading indicator */
.k-loading-mask {
background-image: url('../images/loading-image.gif');
background-repeat: no-repeat;
z-index: 10000;
background-position-x: center;
background-position-y: center;
}
.k-loading-text {
display: none;
}