More fixes for Monobook and adding a missing message key

Bug: 47652
Change-Id: I3199af6aef0ceab2380fb1de7b74cc21541e2886
This commit is contained in:
kaldari 2013-04-26 16:58:03 -07:00
parent 35797064c4
commit 5ad9f2a96e
2 changed files with 9 additions and 0 deletions

View file

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

View file

@ -37,6 +37,14 @@
text-align: left; text-align: left;
text-transform: none; 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 { #p-personal .mw-echo-overlay li.mw-echo-notification {
background-color: #F0F0F0; background-color: #F0F0F0;
display: block; display: block;