mediawiki-extensions-Echo/modules/base/ext.echo.base.css
Andrew Garrett 4470164f87 Add overflow: none to .mw-echo-notification
Change-Id: I0bb10199c531ef120b1c016de272e8cd54b6d573
2012-08-02 13:31:32 -07:00

34 lines
485 B
CSS

.mw-echo-timestamp {
color: gray;
font-size: 9px;
}
.mw-echo-unread {
background-image: url(unread.png);
background-repeat: repeat-y;
background-position: 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;
}