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:
authorRémy Coutable <remy@rymai.me>2017-07-31 11:07:51 +0300
committerPhil Hughes <me@iamphill.com>2017-07-31 11:07:51 +0300
commitacc0d8484505ed199fe8b9d2529d8f298d95bb80 (patch)
treeee82638df3d413eb162394ab278cace2fa52b85d /app/assets/stylesheets/framework/header.scss
parent15d00fc3d3cfb941a1904840259b719f8bbf4eeb (diff)
Moves the Performance Bar to the top instead of being at the bottom
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 605f4284bb5..df847094864 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -315,6 +315,10 @@ header {
}
}
+.with-performance-bar header.navbar-gitlab {
+ top: $performance-bar-height;
+}
+
.navbar-nav {
li {
.badge {