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

fix notify box, add notify prompt in viewfeed

This commit is contained in:
Andrew Dolgov
2006-09-28 13:42:47 +01:00
parent 30031575b0
commit 33b8cab44f
4 changed files with 19 additions and 3 deletions

View File

@@ -336,13 +336,14 @@ td.notifyBox {
right : 35%;
min-width : 30%;
position : absolute;
-moz-border-radius : 3px;
font-size : x-small;
font-weight : bold;
text-align : center;
display : none;
float : right;
padding : 3px 20px 3px 20px;
display : none;
z-index : 999;
-moz-border-radius : 3px;
}
#dispSwitch {
@@ -1224,6 +1225,12 @@ table.loginForm2 .innerLoginCell {
display : none;
}
div.loadingPrompt {
padding : 1em;
text-align : center;
font-weight : bold;
}
/* layout */
#header {