summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-03 15:28:37 +0300
committerAndrew Dolgov <[email protected]>2009-02-03 15:28:37 +0300
commit87b16a0a6156e90f549f13f59e657ff03a33a7e4 (patch)
tree3a6cef1229645b9a24b6a4e72ba2b63f7934581a /tt-rss.css
parentd92d7f02ada5a6f7fbc39ae0de6811624724da29 (diff)
add dialog to download articles for offline reading; start implementation
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 95938bc91..4909b20a3 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;