mediawiki-extensions-Echo/modules/base/ext.echo.base.css
Kaldari f07d3f6e7a Redoing the notification icons and changing some formatting
Change-Id: Ida189fc267554f52d3da32d71ea6faf0d9b457f5
2012-11-26 13:23:03 -08:00

30 lines
431 B
CSS

.mw-echo-timestamp {
color: gray;
font-size: 9px;
}
div.mw-echo-timestamp {
text-align: right;
}
.mw-echo-title {
font-size: 13px;
font-weight: normal;
line-height: 12px;
}
.mw-echo-content {
font-size: 11px;
}
.mw-echo-notification {
clear: both;
display: block;
color: #252525;
padding: 15px 15px 10px 15px;
margin: 0;
/* Force container to expand to height of floated contents */
overflow: hidden;
zoom: 1;
}