summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-08 06:52:21 +0100
committerAndrew Dolgov <[email protected]>2006-12-08 06:52:21 +0100
commite8dd519bbedf686c3271ad7418cd742e0c2c16df (patch)
tree956b8dc8c2b91f4c7aa5147207f9e42d065ba55e /tt-rss.css
parent333f0b2aae2ed1fc26493562d0e81ea8b07282c9 (diff)
fix height of feed update errors list
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index a6d283c14..ad55b6743 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -831,6 +831,16 @@ span.groupPrompt {
color : #4684ff;
}
+ul.feedErrorsList {
+ height : 300px;
+ overflow : auto;
+ list-style-type : none;
+ border : 1px solid #88b0f0;
+ background-color : white;
+ margin : 0px 0px 5px 0px;
+ padding : 0px;
+}
+
ul.userFeedList {
height : 300px;
overflow : auto;