1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

properly select next unread feed in feedlist when catching up

This commit is contained in:
Andrew Dolgov
2009-01-23 15:20:36 +01:00
parent 5c432ba490
commit e8a429e3f8
4 changed files with 104 additions and 15 deletions

View 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;
}