diff --git a/css/cdm.css b/css/cdm.css index 830576dcb..dc9d62bd5 100644 --- a/css/cdm.css +++ b/css/cdm.css @@ -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; diff --git a/css/tt-rss.css b/css/tt-rss.css index d40c7bf52..7cd16d66e 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -366,6 +366,7 @@ span.contentPreview { color : #999; font-weight : normal; text-shadow : 1px 1px 2px #fff; + font-size : 11px; } span.hlLabelRef {