mediawiki-extensions-Echo/modules/icons/icons.css
Andrew Garrett e48be3b311 Echo: Replace placeholders with real icons
Change-Id: I4af816746200bedfbfa16bf4079bd36febc35d96
2012-08-01 11:35:58 -07:00

24 lines
392 B
CSS

.mw-echo-icon {
width: 42px;
height: 42px;
float: left;
margin-right: 5px;
background-repeat: no-repeat;
background-position: 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);
}