mediawiki-extensions-Echo/modules/icons/icons.css
kaldari 5b10fdf14b A bunch of Echo style tweaks per Vibha
Change-Id: I1317b1dd670c8f7a33b62bb7d86a6d25d841c6a1
2013-03-26 18:03:46 -07:00

55 lines
1,019 B
CSS

.mw-echo-icon {
width: 30px;
height: 30px;
float: left;
margin-right: 10px;
margin-left: 10px;
background: no-repeat center right;
background-size: 80%;
}
.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);
}
.mw-echo-icon-gratitude {
/* @embed */
background-image: url(Gratitude.png);
}