summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-12 16:35:25 +0300
committerAndrew Dolgov <[email protected]>2009-02-12 16:35:25 +0300
commit79e565a97568cea2fc8a235c83b2f2f5fc556a6f (patch)
tree93863ef251aceb819fe8ad763bb54e9a0d839e7c /tt-rss.css
parent338c238d9313a9d889fbad6042261dc8ec1e60ab (diff)
offline: add progress indicator; tweak download intervals and amount of articles
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css23
1 files changed, 22 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 3fbf51fc0..5dc2fd825 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;
+}