Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew.blessing@mac.com>2014-03-24 06:17:01 +0400
committerDrew Blessing <drew.blessing@mac.com>2014-03-24 06:30:37 +0400
commitdab09af518a1ab573b30f12895b448790bc66222 (patch)
tree35e6a99b4cb24d6f6740229f2e04d2fc25a8c579 /app/assets/stylesheets/sections
parentae1a3148242907b21e9952f1964919622b4f3129 (diff)
Mobile UI Improvements
Move spinner for mobile
Diffstat (limited to 'app/assets/stylesheets/sections')
-rw-r--r--app/assets/stylesheets/sections/header.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss
index f8da4f0f87b..06709bd7ef6 100644
--- a/app/assets/stylesheets/sections/header.scss
+++ b/app/assets/stylesheets/sections/header.scss
@@ -273,3 +273,9 @@ header {
}
}
}
+
+@media (max-width: $screen-xs-max) {
+ #nprogress .spinner {
+ right: 35px !important;
+ }
+}