mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 03:35:01 +00:00
3a43ea2e05
* Update docs. * Remove unused local variables. * JSLint/JSHint suggested updates. * Merge CSS lines. Change-Id: Ib2a2e8129d5ff8aca6c612a39d22698f078df9d5
24 lines
363 B
CSS
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);
|
|
}
|