Fix lightbox close button position in vertical mode
This commit is contained in:
@@ -424,7 +424,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
this.$video.prop('src', null);
|
this.$video.attr('src', '');
|
||||||
if($hasVideoNav) $lbContainer.removeClass('lb-video-nav');
|
if($hasVideoNav) $lbContainer.removeClass('lb-video-nav');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,8 +27,6 @@
|
|||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
||||||
.lb-data {
|
.lb-data {
|
||||||
padding: 0.5em 0;
|
|
||||||
|
|
||||||
.lb-details {
|
.lb-details {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
||||||
@@ -39,6 +37,10 @@
|
|||||||
|
|
||||||
.lb-closeContainer {
|
.lb-closeContainer {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
||||||
|
.lb-close {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -51,8 +53,6 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
.lb-data {
|
.lb-data {
|
||||||
padding: 0.5em 0.5em 0;
|
|
||||||
|
|
||||||
.lb-caption-line {
|
.lb-caption-line {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
@@ -132,6 +132,7 @@
|
|||||||
|
|
||||||
.lb-data {
|
.lb-data {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
padding: 0.5em;
|
||||||
|
|
||||||
.lb-details {
|
.lb-details {
|
||||||
float: none;
|
float: none;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user