[ICONS] Fix icon positions in page-issues, inline and overlay

Bug: T232837
Change-Id: Ie24b38146b9361f86467d40db7b07b6a5d0655d1
This commit is contained in:
Jan Drewniak 2019-09-13 15:47:50 +02:00
parent 3f4a507850
commit 2ef6119bed
2 changed files with 2 additions and 1 deletions

View file

@ -104,7 +104,7 @@ table.ambox {
.mw-ui-icon {
position: absolute;
left: -@amboxPadding;
left: @amboxPadding;
top: @amboxPadding * 2;
}

View file

@ -21,6 +21,7 @@
.mw-ui-icon {
float: left;
left: @contentPadding/2;
}
}