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:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-12-05 18:01:06 +0300
committerKushal Pandya <kushal@gitlab.com>2016-12-21 10:46:17 +0300
commit407c90bebf09fb0668940ba93ddec875a4644116 (patch)
treee50fd490e203aab51a3e7a7b002989ec1e9721e5 /app/assets/stylesheets/pages/builds.scss
parent65082b66c3f3baaa088d0ee7bc5b59661960c020 (diff)
positioned sticky buttons slightly more up and down
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index b8ce74697f1..b256d907649 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -59,11 +59,11 @@
}
#scroll-top.btn.sticky {
- top: 115px;
+ top: 110px;
}
#scroll-bottom.btn.sticky {
- bottom: 5px;
+ bottom: -2px;
}
&.sidebar-expanded {