refactor(style) .loading: set correct order

This commit is contained in:
coderaiser 2013-10-04 10:55:48 +00:00
parent 92898e535b
commit 2aeee68d30

View file

@ -75,12 +75,12 @@ body {
}
.loading {
position : relative;
top : 1px;
display : inline-block;
width : 15px;
height : 14.8px;
position:relative;
top:1px;
background:url(/img/spinner.gif);
background : url(/img/spinner.gif);
}
.refresh-icon {