mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
c638d44190
This provides some rudimentary styling support to make Echo usable with the Modern skin. It also fixes the Notifications special page so it is styled correctly in Modern, CologneBlue, or with Javascript turned off. Also some more tweaks for Monobook skin. Retiring the 'feedback' link from the special page, per PM. Bug: 47932 Change-Id: I633a93a78f5a78d0642a3a059fa6f7208f99cec4
25 lines
529 B
CSS
25 lines
529 B
CSS
#p-personal .mw-echo-overlay {
|
|
text-align: left;
|
|
text-transform: none;
|
|
font-weight: normal;
|
|
}
|
|
#p-personal .mw-echo-overlay ul {
|
|
text-align: left;
|
|
text-transform: none;
|
|
}
|
|
#p-personal #mw-echo-overlay-link {
|
|
padding-bottom: 15px;
|
|
}
|
|
#p-personal #mw-echo-overlay-pref-link {
|
|
padding-bottom: 15px;
|
|
}
|
|
#p-personal .mw-echo-overlay li.mw-echo-notification {
|
|
color: #6D6D6D;
|
|
}
|
|
#p-personal #mw-echo-overlay-moreinfo-link {
|
|
/* @embed */
|
|
background-image: url(Help.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 0 0;
|
|
}
|