unify excerpt font sizes for CDM and 3 panel mode, use single line headers in expandable mode

This commit is contained in:
Andrew Dolgov 2013-06-05 22:58:28 +04:00
parent 3e008206a6
commit f8900c3171
2 changed files with 8 additions and 0 deletions

View File

@ -98,6 +98,13 @@ div.cdm.expandable.active {
background : white ! important; 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 { div.cdm.expandable div.cdmHeader a.title {
font-weight : bold; font-weight : bold;
color : #555; color : #555;

View File

@ -366,6 +366,7 @@ span.contentPreview {
color : #999; color : #999;
font-weight : normal; font-weight : normal;
text-shadow : 1px 1px 2px #fff; text-shadow : 1px 1px 2px #fff;
font-size : 11px;
} }
span.hlLabelRef { span.hlLabelRef {