1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-07 23:09:14 +00:00

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;
}
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;