mediawiki-extensions-Echo/modules/icons/icons.css
Siebrand Mazeland 3a43ea2e05 Maintenance for Echo extension.
* Update docs.
* Remove unused local variables.
* JSLint/JSHint suggested updates.
* Merge CSS lines.

Change-Id: Ib2a2e8129d5ff8aca6c612a39d22698f078df9d5
2012-10-06 19:31:31 +00:00

24 lines
363 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);
}