summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-23 15:20:36 +0100
committerAndrew Dolgov <[email protected]>2009-01-23 15:20:36 +0100
commite8a429e3f80ea764d603b9f505e938e174fd0e64 (patch)
tree644e6abe56c23daf04721d1dad950bbe0ed112b2 /tt-rss.css
parent5c432ba490b05c336ae1af9bafee9a6badfbfd99 (diff)
properly select next unread feed in feedlist when catching up
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 26c2729c6..96502b560 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -2083,3 +2083,38 @@ ul#headlineActionsBody li.insensitive:hover {
cursor : normal;
color : gray;
}
+
+div#extendedErrorBox {
+ left : 25%;
+ top : 70px;
+ width : 50%;
+ z-index : 999;
+ position : absolute;
+ min-width : 600px;
+ background-color : #ffcccc;
+ border : 1px solid #ff0000;
+ font-size : 12px;
+}
+
+div#extendedErrorBox div#xebTitle {
+ background-color : #ff0000;
+ color : white;
+ padding : 4px 2px 4px 10px;
+ color : white;
+ font-weight : bold;
+ font-size : 12px;
+}
+
+div#extendedErrorBox div#xebContent {
+ font-size : 12px;
+ padding : 10px;
+}
+
+div#extendedErrorBox textarea {
+ width : 100%;
+ height : 200px;
+}
+
+div#extendedErrorBox input {
+ margin-bottom : 10px;
+}