summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-28 13:42:47 +0100
committerAndrew Dolgov <[email protected]>2006-09-28 13:42:47 +0100
commit33b8cab44f908c5f632ea7270e23d1d901eb744b (patch)
tree14ee03f90eef892d230e3741ef7f534ffc4050c3 /tt-rss.css
parent30031575b04e0dfa89c76c1e34f3033d041bec0d (diff)
fix notify box, add notify prompt in viewfeed
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 6d4aaf49f..6d2257235 100644
--- a/tt-rss.css
+++ b/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 {