mediawiki-extensions-Echo/modules/icons/icons.css

14 lines
254 B
CSS
Raw Normal View History

.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);
}