From f8900c3171ddc31e9972e65e902262e6688fc0ff Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Jun 2013 22:58:28 +0400 Subject: [PATCH] unify excerpt font sizes for CDM and 3 panel mode, use single line headers in expandable mode --- css/cdm.css | 7 +++++++ css/tt-rss.css | 1 + 2 files changed, 8 insertions(+) diff --git a/css/cdm.css b/css/cdm.css index 830576dc..dc9d62bd 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 d40c7bf5..7cd16d66 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 { -- 2.39.2