summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-01 08:47:03 +0100
committerAndrew Dolgov <[email protected]>2005-11-01 08:47:03 +0100
commitab3d0b9926f469540ac3d414b953a595aa5fec3e (patch)
tree92803a123309cc346219c01d2f6f3af6ae54d455 /tt-rss.css
parentf5a50b25d6d023050ee7d8524bee1bdf7030057b (diff)
store last feed update error in the database (SCHEMA UPDATED), display warning box in preferences on feed update error
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index dd55bbc70..46654b850 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -443,3 +443,18 @@ input.prefsTabSelected {
input.prefsTab:hover {
background : white;
}
+
+div.warning {
+ background : #fffff0;
+ border : 1px solid #c0c0c0;
+ padding : 5px;
+ margin : 5px;
+ font-size : x-small;
+}
+
+ul.nomarks {
+ list-style-type : none;
+ margin : 0px;
+ padding : 10px;
+}
+