Commit 92ae9333 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

update index.html

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59853 954022d7-b5bf-4e40-9824-e11837661b57
parent fef4d7af
......@@ -36,9 +36,21 @@
min-height:62px;
vertical-align: top;
background-image: url('./resources/img/loading-logo.gif');
background-image: -webkit-image-set(url('./resources/img/loading-logo.gif') 1x, url('./resources/img/loading-logo@2x.gif') 2x);
background-repeat: no-repeat;
}
@media only screen and (min-resolution: 192dpi) {
.loadmask-logo {
background-image: url('./resources/img/loading-logo@2x.gif');
background-size: 220px auto;
@media (-webkit-min-device-pixel-ratio: 0) {
background-image: -webkit-image-set(url('./resources/img/loading-logo.gif') 1x, url('./resources/img/loading-logo@2x.gif') 2x);
background-size: auto;
}
}
}
</style>
</head>
<body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment