summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-05 21:30:13 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-05 21:30:13 +0200
commitfc953eb16201ad85c85ee0f48cb5862e63c1762a (patch)
tree9b0edb84457ec739f984412a1c0656ca3697e879
parent268c183b29aa14cd479a960a6af711efa16a00ed (diff)
downloadgitlab-ce-fc953eb16201ad85c85ee0f48cb5862e63c1762a.tar.gz
Improve turbolink spinner
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/sections/header.scss2
-rw-r--r--app/views/layouts/_head_panel.html.haml3
-rw-r--r--app/views/layouts/_public_head_panel.html.haml3
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