fix(style) .loading: spinner size

This commit is contained in:
coderaiser 2014-02-25 10:40:04 -05:00
parent 3cdd3722de
commit 5f55c962ff

View file

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