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:
authorPhil Hughes <me@iamphill.com>2017-03-28 17:56:08 +0300
committerPhil Hughes <me@iamphill.com>2017-03-28 17:56:08 +0300
commit28b8b92e846ccd9f96b18bf6de385c44d8a8359c (patch)
tree6d65723afb3f22a8b56945f1adbaa641dfe6ace7 /app/assets/stylesheets/framework/nav.scss
parent6d14af2c3a1f80c7f8e842b479e7db679c745572 (diff)
Fixed alignment on some pages
Fixed pipelines tabs not showing arrows
Diffstat (limited to 'app/assets/stylesheets/framework/nav.scss')
-rw-r--r--app/assets/stylesheets/framework/nav.scss19
1 files changed, 13 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 70b6eefc7a0..0e09638a8cc 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -480,12 +480,6 @@
.inner-page-scroll-tabs {
position: relative;
- .fade-right,
- .fade-left {
- top: 17px;
- bottom: 0;
- }
-
.fade-right {
@include fade(left, $white-light);
right: 0;
@@ -505,4 +499,17 @@
left: 5px;
}
}
+
+ .fade-right,
+ .fade-left {
+ top: 16px;
+ bottom: auto;
+ }
+
+ &.is-smaller {
+ .fade-right,
+ .fade-left {
+ top: 11px;
+ }
+ }
}