mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Revert "Hack around browser bug in IE breaking badge alignment in Monobook"
Seems to be fixed by different changes, and now this change
is causing trouble, moving the badges up off-screen.
This reverts commit 0b7f8712a9
.
Change-Id: Ia5a0a6b6be3698436a043aee111f251709c22f20
This commit is contained in:
parent
0b7f8712a9
commit
092c4c64fb
|
@ -49,17 +49,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