summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
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 {