Merge "(bug 52225) Some javascript and css fix for IE7"

This commit is contained in:
jenkins-bot 2013-07-30 08:40:40 +00:00 committed by Gerrit Code Review
commit 9ee210f7cd
2 changed files with 4 additions and 2 deletions

View file

@ -72,6 +72,8 @@
}
#mw-echo-overlay-title-text {
display: inline-block;
*display: inline;
zoom: 1;
}
#mw-echo-overlay-moreinfo-link {
display: inline-block;

View file

@ -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' )