mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Merge "(bug 52225) Some javascript and css fix for IE7"
This commit is contained in:
commit
9ee210f7cd
|
@ -72,6 +72,8 @@
|
|||
}
|
||||
#mw-echo-overlay-title-text {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
zoom: 1;
|
||||
}
|
||||
#mw-echo-overlay-moreinfo-link {
|
||||
display: inline-block;
|
||||
|
|
|
@ -200,8 +200,8 @@
|
|||
|
||||
// add link to notification preferences
|
||||
$overlayFooter.append(
|
||||
$prefLink
|
||||
.clone()
|
||||
$( '<a>' )
|
||||
.html( $prefLink.html() )
|
||||
.attr( 'id', 'mw-echo-overlay-pref-link' )
|
||||
.addClass( 'mw-echo-grey-link' )
|
||||
.attr( 'href', $prefLink.attr( 'href' ) + '#mw-prefsection-echo' )
|
||||
|
|
Loading…
Reference in a new issue