mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 09:40:41 +00:00
Merge "More fixes for Monobook and adding a missing message key"
This commit is contained in:
commit
4f4289b55f
1
Echo.php
1
Echo.php
|
@ -139,6 +139,7 @@ $wgResourceModules += array(
|
|||
'echo-overlay-link',
|
||||
'echo-none',
|
||||
'echo-mark-all-as-read',
|
||||
'echo-more-info',
|
||||
),
|
||||
),
|
||||
'ext.echo.special' => $echoResourceTemplate + array(
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue