change polyfilis to work for IE | change loading-gif css to work with IE

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@52066 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2018-05-17 12:07:12 +00:00
parent 86b3be96df
commit e0053c9589
1 changed files with 6 additions and 2 deletions

View File

@ -551,6 +551,10 @@ dd:last-child {
border-radius: 2px;
}
.loading-gif, .loading-gif:before, .loading-gif:after {
content:url("./loading.gif");
text-align: center;
background: url("./loading.gif") no-repeat;
height: 65px;
margin-left: auto;
margin-right: auto;
width: 65px;
}