From 1d7bf5a0f3208941c0b02db1049f02d974eb7495 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 May 2006 14:18:30 +0100 Subject: infobox uses semi-transparent overlay --- tt-rss.css | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'tt-rss.css') 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; } -- cgit v1.2.3