mediawiki-extensions-Echo/modules/base/ext.echo.base.css

32 lines
469 B
CSS
Raw Normal View History

.mw-echo-unread {
}
.mw-echo-title {
font-size: 13px;
font-weight: normal;
}
.mw-echo-content {
font-size: 11px;
overflow: hidden;
}
.mw-echo-payload {
margin-top: 0.5em;
}
.mw-echo-timestamp {
color: #C9C9C9;
margin-top: 0.5em;
}
.mw-echo-notification {
clear: both;
display: block;
color: #6D6D6D;
line-height: 90%;
padding: 15px 15px 10px 15px;
margin: 0;
/* Force container to expand to height of floated contents */
overflow: hidden;
zoom: 1;
}