diff --git a/css/style.css b/css/style.css index c19f8650..fe602edb 100644 --- a/css/style.css +++ b/css/style.css @@ -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 {