style fixes for prev / next buttons
This commit is contained in:
parent
172bc80ec1
commit
a3811f767c
1 changed files with 6 additions and 3 deletions
|
|
@ -98,16 +98,19 @@
|
||||||
background-color: rgba(0,0,0,0.4);
|
background-color: rgba(0,0,0,0.4);
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin: 0 30px 0 30px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#lightbox-scrollleft, #lightbox-scrollright{
|
#lightbox-scrollleft, #lightbox-scrollright{
|
||||||
|
z-index: 1005;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background-color: #0f0f0f;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#lightbox-scrollleft{
|
#lightbox-scrollleft{
|
||||||
|
|
@ -121,8 +124,8 @@
|
||||||
#lightbox-imageset{
|
#lightbox-imageset{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
padding-right: 100px;
|
padding-left: 50px;
|
||||||
padding-left: 40px;
|
padding-right: 50px;
|
||||||
|
|
||||||
img{
|
img{
|
||||||
@include transition(opacity, 0.2s);
|
@include transition(opacity, 0.2s);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue