1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add dialog to download articles for offline reading; start implementation

This commit is contained in:
Andrew Dolgov
2009-02-03 15:28:37 +03:00
parent d92d7f02ad
commit 87b16a0a61
7 changed files with 193 additions and 6 deletions

View File

@@ -1976,6 +1976,20 @@ div#l_progress_i {
height : 10px;
}
div#d_progress_o {
width : 100px;
border : 1px solid black;
background-color : white;
float : left;
margin-left : 10px;
}
div#d_progress_i {
width : 10px;
background-color : #88b0f0;
height : 10px;
}
#content-insert {
background-color : white;
overflow : auto;