1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

infobox uses semi-transparent overlay

This commit is contained in:
Andrew Dolgov
2006-05-18 14:18:30 +01:00
parent 0530ddd88b
commit 1d7bf5a0f3
6 changed files with 17 additions and 14 deletions

View File

@@ -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;
}