mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 08:15:35 +00:00
f07d3f6e7a
Change-Id: Ida189fc267554f52d3da32d71ea6faf0d9b457f5
30 lines
431 B
CSS
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;
|
|
}
|