Merge "position: fixed for multilightbox"

This commit is contained in:
jenkins-bot 2013-10-30 16:18:21 +00:00 committed by Gerrit Code Review
commit 00e76b4a5d
2 changed files with 5 additions and 5 deletions

View file

@ -152,3 +152,7 @@
.mw-mlb-image-links li.mw-mlb-datetime-li.empty:before {
background-image: none;
}
.mw-mlb-credit.empty {
display: none;
}

View file

@ -9,7 +9,7 @@
}
.mlb-wrapper {
position: absolute;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
@ -86,7 +86,3 @@
.mlb-fullscreen-div .mlb-fullscreen {
background-image: url("../img/defullscreen.svg");
}
.mw-mlb-credit.empty {
display: none;
}