Merge "More fixes for Monobook and adding a missing message key"

This commit is contained in:
jenkins-bot 2013-04-27 00:03:06 +00:00 committed by Gerrit Code Review
commit 4f4289b55f
2 changed files with 9 additions and 0 deletions

View file

@ -139,6 +139,7 @@ $wgResourceModules += array(
'echo-overlay-link',
'echo-none',
'echo-mark-all-as-read',
'echo-more-info',
),
),
'ext.echo.special' => $echoResourceTemplate + array(

View file

@ -37,6 +37,14 @@
text-align: left;
text-transform: none;
}
#p-personal #mw-echo-overlay-link {
/* Override for Monobook */
padding-bottom: 15px;
}
#p-personal #mw-echo-overlay-pref-link {
/* Override for Monobook */
padding-bottom: 15px;
}
#p-personal .mw-echo-overlay li.mw-echo-notification {
background-color: #F0F0F0;
display: block;