mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 08:15:35 +00:00
f519bca628
Change-Id: I8512c317d6c0a3db9e3fd0aa2b58a87f8f276b45
33 lines
566 B
CSS
33 lines
566 B
CSS
.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: #A5A5A5;
|
|
margin-top: 0.5em;
|
|
font-size: 11px;
|
|
}
|
|
.mw-echo-notifications {
|
|
background-color: #EEEEEE;
|
|
}
|
|
.mw-echo-notification {
|
|
clear: both;
|
|
display: block;
|
|
color: #6D6D6D;
|
|
line-height: 90%;
|
|
padding: 15px 15px 10px 15px;
|
|
margin: 0;
|
|
background-color: white;
|
|
position: relative;
|
|
/* Force container to expand to height of floated contents */
|
|
overflow: hidden;
|
|
zoom: 1;
|
|
}
|