summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css18
1 files changed, 10 insertions, 8 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 09678ec42..dfb3ae41a 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -538,9 +538,10 @@ div.helpResponse {
border-color : #88b0f0;
font-size : small;
position : relative;
- bottom : 2px;
- right : 2px;
- padding-bottom : 5px;
+ top : 30%;
+ left : 30%;
+ width : 30%;
+ padding-bottom : 5px;
background-image : url("images/prefs-content.png");
background-position : top left;
background-repeat : repeat-x;
@@ -548,12 +549,13 @@ div.helpResponse {
}
#infoBoxShadow {
- background-image : url("images/shadow.png");
- position : absolute;
- left : 35%;
- top : 30%;
- width : 30%;
+ background-image : url("images/overlay.png");
+ left : 0;
+ top : 0;
+ height : 100%;
+ width : 100%;
z-index : 3;
+ position : absolute;
display : none;
}