Fix lightbox close button position in vertical mode
This commit is contained in:
@@ -424,7 +424,7 @@
|
||||
return;
|
||||
}
|
||||
else {
|
||||
this.$video.prop('src', null);
|
||||
this.$video.attr('src', '');
|
||||
if($hasVideoNav) $lbContainer.removeClass('lb-video-nav');
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,8 +27,6 @@
|
||||
height: 30px;
|
||||
|
||||
.lb-data {
|
||||
padding: 0.5em 0;
|
||||
|
||||
.lb-details {
|
||||
display: inline;
|
||||
|
||||
@@ -39,6 +37,10 @@
|
||||
|
||||
.lb-closeContainer {
|
||||
display: inline;
|
||||
|
||||
.lb-close {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -51,8 +53,6 @@
|
||||
height: 100%;
|
||||
|
||||
.lb-data {
|
||||
padding: 0.5em 0.5em 0;
|
||||
|
||||
.lb-caption-line {
|
||||
display: block;
|
||||
margin-top: 1em;
|
||||
@@ -132,6 +132,7 @@
|
||||
|
||||
.lb-data {
|
||||
text-align: left;
|
||||
padding: 0.5em;
|
||||
|
||||
.lb-details {
|
||||
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