jenkins-bot has submitted this change and it was merged.

Change subject: position: fixed for multilightbox
......................................................................


position: fixed for multilightbox

Also moved something out of the ml.css file that shouldn't have been
there.

Bug: 55476
Change-Id: I94020b138a71683e2407a78ef480057692967eaf
---
M css/ext.multimediaViewer.css
M css/multilightbox.css
2 files changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Gergő Tisza: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/css/ext.multimediaViewer.css b/css/ext.multimediaViewer.css
index f1b3ac4..77e8bb2 100644
--- a/css/ext.multimediaViewer.css
+++ b/css/ext.multimediaViewer.css
@@ -152,3 +152,7 @@
 .mw-mlb-image-links li.mw-mlb-datetime-li.empty:before {
        background-image: none;
 }
+
+.mw-mlb-credit.empty {
+       display: none;
+}
diff --git a/css/multilightbox.css b/css/multilightbox.css
index 94e3d42..8b3f073 100644
--- a/css/multilightbox.css
+++ b/css/multilightbox.css
@@ -9,7 +9,7 @@
 }
 
 .mlb-wrapper {
-       position: absolute;
+       position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
@@ -85,8 +85,4 @@
 
 .mlb-fullscreen-div .mlb-fullscreen {
        background-image: url("../img/defullscreen.svg");
-}
-
-.mw-mlb-credit.empty {
-       display: none;
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/92353
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I94020b138a71683e2407a78ef480057692967eaf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MultimediaViewer
Gerrit-Branch: master
Gerrit-Owner: MarkTraceur <[email protected]>
Gerrit-Reviewer: GergÅ‘ Tisza <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to