From 5f55c962ff9e3b46e359215f8d35821fcefcfe91 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 25 Feb 2014 10:40:04 -0500 Subject: [PATCH] fix(style) .loading: spinner size --- css/style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 2ab64d13..780f97f9 100644 --- a/css/style.css +++ b/css/style.css @@ -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 {