mediawiki-extensions-Echo/modules/base/ext.echo.base.css
Siebrand Mazeland 69d91fa1b6 Update documentation and deprecated methods.
Basically having fun with the code analyzer.

Also:
* remove unused local variable assignments
* missing return values
* CSS optimizations.
* Initialize possible unset variables.

Change-Id: I77aa08ecb48eeda08f14dc38d7f35d57ea9fa110
2012-09-02 11:30:38 +02:00

33 lines
436 B
CSS

.mw-echo-timestamp {
color: gray;
font-size: 9px;
}
.mw-echo-unread {
background: url(unread.png) repeat-y top left;
}
div.mw-echo-timestamp {
text-align: right;
}
.mw-echo-title {
font-size: 13px;
font-weight: bold;
line-height: 12px;
}
.mw-echo-content {
font-size: 11px;
}
.mw-echo-notification {
clear: both;
display: block;
margin-top: 10px;
margin-bottom: 10px;
color: #252525;
height: 42px;
overflow: none;
}