]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
properly select next unread feed in feedlist when catching up
[tt-rss.git] / tt-rss.css
index 26c2729c6a736cd9b3da7141ed6a5958054e0428..96502b5603763011d3cbd8ae5a6be589529bc8b9 100644 (file)
@@ -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;
+}