mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 03:35:01 +00:00
e48be3b311
Change-Id: I4af816746200bedfbfa16bf4079bd36febc35d96
24 lines
392 B
CSS
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);
|
|
} |