2012-07-31 00:29:49 +00:00
|
|
|
.mw-echo-icon {
|
|
|
|
width: 42px;
|
|
|
|
height: 42px;
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
2012-09-26 05:09:43 +00:00
|
|
|
background: no-repeat center left;
|
2012-07-31 00:29:49 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-echo-icon-placeholder {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(placeholder.png);
|
2012-08-01 18:35:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mw-echo-icon-chat {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(chat.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-echo-icon-w {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(W.png);
|
2012-09-26 05:09:43 +00:00
|
|
|
}
|
2012-07-18 19:39:33 +00:00
|
|
|
|
|
|
|
.mw-echo-icon-revert {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(revert.png);
|
|
|
|
}
|
2012-11-01 00:18:44 +00:00
|
|
|
|
|
|
|
.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);
|
|
|
|
}
|