summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-06-05 22:49:38 +0400
committerAndrew Dolgov <[email protected]>2013-06-05 22:49:38 +0400
commitffc21d2b5470c74ca34128a6948550a997d1043c (patch)
tree833494dd7451ccf8f521045c049fa7175b149b75 /css
parente2bf55b64e3329fd296fc661a145ffff9e34d203 (diff)
clamp content preview to single line in three panel mode
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index b1928bb48..944b7aa7c 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -584,6 +584,13 @@ div.autocomplete ul li {
cursor : pointer;
}
+.hlTitle {
+ overflow : hidden;
+ white-space : nowrap;
+ max-width : 500px;
+ text-overflow : ellipsis;
+}
+
.hlContentH a, .hlContentH span {
color : #00cc00;
}