summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-23 20:23:19 +0400
committerAndrew Dolgov <[email protected]>2012-08-23 20:23:19 +0400
commit27211afe92ab90a89d1879a31a8543cdf2b6aab6 (patch)
tree2dbacda3994058c031773b24d8ebbc68b69e7e28 /tt-rss.css
parent639ad600353120d60c455bcb476227214ecfd049 (diff)
implement experimental web-based updater
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index b3ba4315f..abc6050bf 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -678,6 +678,17 @@ ul.feedErrorsList {
padding : 5px;
}
+pre.selfUpdateList {
+ height : 200px;
+ font-size : 10px;
+ overflow : auto;
+ list-style-type : none;
+ border : 1px solid #c0c0c0;
+ background-color : #ecf4ff;
+ margin : 0px 0px 5px 0px;
+ padding : 5px;
+}
+
ul.feedErrorsList em {
color : gray;
}