unify excerpt font sizes for CDM and 3 panel mode, use single line headers in expandable mode
This commit is contained in:
parent
3e008206a6
commit
f8900c3171
|
@ -98,6 +98,13 @@ div.cdm.expandable.active {
|
|||
background : white ! important;
|
||||
}
|
||||
|
||||
div.cdm.expandable div.cdmHeader span.titleWrap {
|
||||
white-space : nowrap;
|
||||
text-overflow : ellipsis;
|
||||
overflow : hidden;
|
||||
max-width : 500px;
|
||||
}
|
||||
|
||||
div.cdm.expandable div.cdmHeader a.title {
|
||||
font-weight : bold;
|
||||
color : #555;
|
||||
|
|
|
@ -366,6 +366,7 @@ span.contentPreview {
|
|||
color : #999;
|
||||
font-weight : normal;
|
||||
text-shadow : 1px 1px 2px #fff;
|
||||
font-size : 11px;
|
||||
}
|
||||
|
||||
span.hlLabelRef {
|
||||
|
|
Loading…
Reference in New Issue