summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-11-10 22:31:16 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-11-10 22:31:16 +0200
commit88836e2ab6664f0cf7b3dc2fa0d4f3d798aeaaa6 (patch)
tree0b6176e26428aaa45d95882f5a1d3da9348d8000
parentf162ed7aeb3958938aaf213837ec0c4c4e90b014 (diff)
downloadgitlab-ce-88836e2ab6664f0cf7b3dc2fa0d4f3d798aeaaa6.tar.gz
Fix bottom position of scroll buttons in build log page
-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 74dc3e321c1..da9965f007a 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -21,7 +21,7 @@
.autoscroll-container {
position: fixed;
- bottom: 10px;
+ bottom: 20px;
right: 20px;
z-index: 100;
}
@@ -34,7 +34,7 @@
a {
display: block;
- margin-bottom: 5px;
+ margin-bottom: 10px;
}
}