summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/builds.scss
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-12-05 16:01:06 +0100
committerKushal Pandya <kushal@gitlab.com>2016-12-21 13:16:17 +0530
commit407c90bebf09fb0668940ba93ddec875a4644116 (patch)
treee50fd490e203aab51a3e7a7b002989ec1e9721e5 /app/assets/stylesheets/pages/builds.scss
parent65082b66c3f3baaa088d0ee7bc5b59661960c020 (diff)
downloadgitlab-ce-407c90bebf09fb0668940ba93ddec875a4644116.tar.gz
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 {