]> git.wh0rd.org - tt-rss.git/commitdiff
unify excerpt font sizes for CDM and 3 panel mode, use single line headers in expanda...
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 5 Jun 2013 18:58:28 +0000 (22:58 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 5 Jun 2013 18:58:28 +0000 (22:58 +0400)
css/cdm.css
css/tt-rss.css

index 830576dcbe746c814f61f62f8991d6c749e15604..dc9d62bd54cdb30e61ee0122fa941d0ff121110a 100644 (file)
@@ -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;
index d40c7bf52c33e1a33766b48a26f43a02e787519b..7cd16d66eaa8c1cfc9cf6338512660425a37f52c 100644 (file)
@@ -366,6 +366,7 @@ span.contentPreview {
        color : #999;
        font-weight : normal;
        text-shadow : 1px 1px 2px #fff;
+       font-size : 11px;
 }
 
 span.hlLabelRef {