mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
ae7d11c40f
Change-Id: I84a8d8e8259da65b922170b9a63150d0039dfb20
32 lines
469 B
CSS
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;
|
|
}
|