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:
parent
86b3be96df
commit
e0053c9589
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue