mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-25 00:25:47 +00:00
Merge "Fix RTL positioning for repo icon"
This commit is contained in:
commit
182f1cd6bb
|
@ -203,7 +203,7 @@
|
|||
background-image: url(img/repo.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto @icon-size;
|
||||
background-position: @padding center;
|
||||
background-position: 2% center;
|
||||
background-color: @info-box-color;
|
||||
|
||||
line-height: 1.3;
|
||||
|
@ -215,7 +215,7 @@
|
|||
min-height: @icon-size;
|
||||
padding-left: @icon-size + 2 * @padding;
|
||||
background-size: auto @icon-size;
|
||||
background-position: (@padding + 4px) center;
|
||||
background-position: 3% center;
|
||||
}
|
||||
|
||||
.mw-mmv-repo,
|
||||
|
|
Loading…
Reference in a new issue