mediawiki-extensions-Echo/modules/icons/icons.css
Kaldari 52ee8cd952 Adding placeholder and trashcan icons
Change-Id: I589032ae32ec67f0cfca46af98a27654b4ddd672
2012-12-11 19:27:34 +00:00

49 lines
894 B
CSS

.mw-echo-icon {
width: 30px;
height: 30px;
float: left;
margin-right: 15px;
background: no-repeat center left;
}
.mw-echo-icon-placeholder {
/* @embed */
background-image: url(Generic.png);
}
.mw-echo-icon-trash {
/* @embed */
background-image: url(Deletion.png);
}
.mw-echo-icon-chat {
/* @embed */
background-image: url(Talk.png);
}
.mw-echo-icon-linked {
/* @embed */
background-image: url(CrossReferenced.png);
}
.mw-echo-icon-featured {
/* @embed */
background-image: url(Featured.png);
}
.mw-echo-icon-reviewed {
/* @embed */
background-image: url(Reviewed.png);
}
.mw-echo-icon-tagged {
/* @embed */
background-image: url(ReviewedWithTags.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(Reviewed.png);
}