diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-19 13:00:42 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-19 13:00:42 +0000 |
commit | 347f136229b19994f2e52b936dc6136cde0c9133 (patch) | |
tree | 8339bb5db51ed677b8e501873d78e855872b8531 /app | |
parent | b7029841cf86b601d44b7b16b1ecd9fe40ea3ebe (diff) | |
parent | 88836e2ab6664f0cf7b3dc2fa0d4f3d798aeaaa6 (diff) | |
download | gitlab-ce-347f136229b19994f2e52b936dc6136cde0c9133.tar.gz |
Merge branch 'builds_page_scroll_buttons' into 'master'
Fix bottom position of scroll buttons in build log page
Look at the up/down buttons as well as the **Enable Autoscroll**.
The **Enable Autoscroll** could also be alligned with the right grey box.
## Before
![autoscroll_before](/uploads/f410dc353ca66c338d8a29c7c294758a/autoscroll_before.png)
## After
![autoscroll_after](/uploads/015fdf53618a0d6f468d666de1bbab6a/autoscroll_after.png)
\cc @dzaporozhets @creamzy
See merge request !1792
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/builds.scss | 4 |
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; } } |