summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 14:18:30 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 14:18:30 +0100
commit1d7bf5a0f3208941c0b02db1049f02d974eb7495 (patch)
tree86a9321d14cad86f60dee2c743eced288458785b /tt-rss.css
parent0530ddd88b5314fe0f75a6c81ac317509feea6c6 (diff)
infobox uses semi-transparent overlay
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;
}