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:
11
tt-rss.css
11
tt-rss.css
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user