mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Merge "Revert "Hack around browser bug in IE breaking badge alignment in Monobook""
This commit is contained in:
commit
6886c18c03
|
@ -35,17 +35,4 @@
|
|||
#p-personal #pt-notifications-alert,
|
||||
#p-personal #pt-notifications-notice {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
||||
// HACK for IE6-9 (T142053)
|
||||
top: ~"-1em\9";
|
||||
}
|
||||
|
||||
|
||||
// HACK for IE10 and IE11 (T142053)
|
||||
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
||||
#p-personal #pt-notifications-alert,
|
||||
#p-personal #pt-notifications-notice {
|
||||
top: -1em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue