mediawiki-extensions-Echo/modules/icons/icons.css
Andrew Garrett 466c87d999 Echo: Add "reverted" notification for when a user's edit is reverted.
* 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
2012-10-31 17:01:20 -07:00

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);
}