1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 15:39:15 +00:00

offline: add progress indicator; tweak download intervals and amount of articles

This commit is contained in:
Andrew Dolgov
2009-02-12 16:35:25 +03:00
parent 338c238d93
commit 79e565a975
7 changed files with 143 additions and 17 deletions

View File

@@ -1703,7 +1703,7 @@ div.topLinks img {
cursor : pointer;
}
#restartOfflinePic {
#offlineModePic {
margin-left : 5px;
}
@@ -2137,4 +2137,25 @@ div.colorPicker {
color : #909090;
}
div#offlineModeDrop div {
padding : 2px 2px 2px 2px;
text-align : center;
}
div#offlineModeDrop {
position : absolute;
margin : 0px;
padding : 2px;
background-color : white;
z-index : 2;
margin : 2px 0px 0px 0px;
top : auto;
right : 0px;
border : 1px solid #cccccc;
background : white;
margin-left : -1px;
max-height : 250px;
overflow : auto;
color : #909090;
}