mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 03:35:01 +00:00
466c87d999
* Supports 'undo' and 'rollback' currently * Also includes adding the edit summary used to all edit notifications. * Also fixes a minor bug that made it seem like all EchoNotificationJobs were failing. * Added revert icon to CSS Change-Id: Id22470107b071cdbce33da7cf3dfd09d22947644
29 lines
439 B
CSS
29 lines
439 B
CSS
.mw-echo-icon {
|
|
width: 42px;
|
|
height: 42px;
|
|
float: left;
|
|
margin-right: 5px;
|
|
background: no-repeat center left;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.mw-echo-icon-placeholder {
|
|
/* @embed */
|
|
background-image: url(placeholder.png);
|
|
}
|
|
|
|
.mw-echo-icon-chat {
|
|
/* @embed */
|
|
background-image: url(chat.png);
|
|
}
|
|
|
|
.mw-echo-icon-w {
|
|
/* @embed */
|
|
background-image: url(W.png);
|
|
}
|
|
|
|
.mw-echo-icon-revert {
|
|
/* @embed */
|
|
background-image: url(revert.png);
|
|
}
|