1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-08 11:01:32 +00:00

add a simple appearing preview for unexpanded cdm and normal mode

This commit is contained in:
Andrew Dolgov
2013-03-25 16:08:20 +04:00
parent 4cdb81737a
commit d2f3467bb6
6 changed files with 98 additions and 4 deletions

20
cdm.css
View File

@@ -174,3 +174,23 @@ div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
font-size : 13px;
}
div#small_article_preview {
width : 300px;
max-height : 350px;
overflow : hidden;
border : 1px solid #c0c0c0;
background : white;
position : absolute;
box-shadow : 2px 2px 4px #c0c0c0;
z-index : 2;
}
div#small_article_preview div.content {
padding : 5px;
font-size : 12px;
color : gray;
}
div#small_article_preview div.content img {
max-width : 290px;
}