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

tweak new version notification stuff

This commit is contained in:
Andrew Dolgov
2009-01-23 06:53:31 +01:00
parent 6906f14591
commit 73495fd16f
7 changed files with 32 additions and 29 deletions

View File

@@ -1156,6 +1156,13 @@ div.tagCloudContainer {
text-align : center;
}
div.errorExplained {
border : 1px solid #99d67a;
background-color : white;
margin : 5px 0px 5px 0px;
padding : 5px;
}
ul.feedErrorsList {
height : 300px;
overflow : auto;
@@ -1728,6 +1735,7 @@ a.feedUpdErrLink {
#newVersionIcon {
vertical-align : middle;
cursor : pointer;
margin-left : 10px;
}
a.helpLinkPic {