mediawiki-extensions-Echo/modules/icons/icons.css
Kaldari 1b3107cb87 Adding more notification icons
Change-Id: Ic6bb6b4fbdf736fb96a3457d95e74d51e5a50f1e
2012-10-31 17:25:44 -07:00

54 lines
812 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);
}
.mw-echo-icon-checkmark {
/* @embed */
background-image: url(tick.png);
}
.mw-echo-icon-trash {
/* @embed */
background-image: url(trash.png);
}
.mw-echo-icon-gift {
/* @embed */
background-image: url(gift.png);
}
.mw-echo-icon-heart {
/* @embed */
background-image: url(heart.png);
}
.mw-echo-icon-people {
/* @embed */
background-image: url(people.png);
}