mediawiki-extensions-Echo/modules/base/ext.echo.base.css
Kaldari ae7d11c40f Formatting work on overlay
Change-Id: I84a8d8e8259da65b922170b9a63150d0039dfb20
2012-12-07 12:04:19 -08:00

32 lines
469 B
CSS

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