From a3811f767c3251085d590fc1af695d1d1c88d7b8 Mon Sep 17 00:00:00 2001 From: Faldrian Date: Sun, 3 Aug 2014 15:53:38 +0200 Subject: [PATCH] style fixes for prev / next buttons --- app/assets/stylesheets/lightbox.css.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/lightbox.css.scss b/app/assets/stylesheets/lightbox.css.scss index 7e65ee856..9fc9f50bd 100644 --- a/app/assets/stylesheets/lightbox.css.scss +++ b/app/assets/stylesheets/lightbox.css.scss @@ -98,16 +98,19 @@ background-color: rgba(0,0,0,0.4); padding: 5px 0; white-space: nowrap; - margin: 0 30px 0 30px; overflow: hidden; } #lightbox-scrollleft, #lightbox-scrollright{ + z-index: 1005; color: #fff; + background-color: #0f0f0f; display: inline-block; height: 70px; width: 30px; position: fixed; + cursor: pointer; + font-size: 3em; } #lightbox-scrollleft{ @@ -121,8 +124,8 @@ #lightbox-imageset{ display: inline-block; vertical-align: bottom; - padding-right: 100px; - padding-left: 40px; + padding-left: 50px; + padding-right: 50px; img{ @include transition(opacity, 0.2s);