mediawiki-extensions-Echo/modules/base/ext.echo.base.css
Kaldari 7dd7545c4c Fixing line height for the notification titles
Change-Id: I0c2e38ac59ce55043ed55b02dd6b6737db6ab012
2012-12-17 13:35:37 -08:00

33 lines
555 B
CSS

.mw-echo-title {
font-size: 13px;
line-height: 16px;
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%;
margin: 0;
background-color: white;
position: relative;
/* Force container to expand to height of floated contents */
overflow: hidden;
zoom: 1;
}