From fc953eb16201ad85c85ee0f48cb5862e63c1762a Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 5 Feb 2014 21:30:13 +0200 Subject: [PATCH] Improve turbolink spinner Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/sections/header.scss | 2 ++ app/views/layouts/_head_panel.html.haml | 3 +-- app/views/layouts/_public_head_panel.html.haml | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss index 780f281dd7e..96b7062ff2b 100644 --- a/app/assets/stylesheets/sections/header.scss +++ b/app/assets/stylesheets/sections/header.scss @@ -196,6 +196,8 @@ header { .turbolink-spinner { color: #FFF; + font-size: 22px; + margin-right: 10px; } .search { diff --git a/app/views/layouts/_head_panel.html.haml b/app/views/layouts/_head_panel.html.haml index b41a8a278d7..1d181d3519c 100644 --- a/app/views/layouts/_head_panel.html.haml +++ b/app/views/layouts/_head_panel.html.haml @@ -17,8 +17,7 @@ %li.hidden-sm.hidden-xs %a %div.hide.turbolink-spinner - %i.icon-spinner.icon-spin - Loading... + %i.icon-refresh.icon-spin %li.hidden-sm.hidden-xs = render "layouts/search" %li.visible-sm.visible-xs diff --git a/app/views/layouts/_public_head_panel.html.haml b/app/views/layouts/_public_head_panel.html.haml index 949d6abdf1c..65c806a915f 100644 --- a/app/views/layouts/_public_head_panel.html.haml +++ b/app/views/layouts/_public_head_panel.html.haml @@ -19,5 +19,4 @@ %li %a %div.hide.turbolink-spinner - %i.icon-spinner.icon-spin - Loading... + %i.icon-refresh.icon-spin