feature(dom) images: add load progress

This commit is contained in:
coderaiser 2014-04-14 08:07:24 -04:00
parent 57b93bdc1b
commit 0a30d02128
4 changed files with 55 additions and 16 deletions

View file

@ -104,6 +104,15 @@ body {
vertical-align : middle;
}
.loading::after {
content : attr(data-progress);
position : relative;
left : 16px;
bottom : 3px;
font-size : 10px;
color : rgb(49,123,249);
}
.loading-svg {
background : url(/img/spinner.svg);
}