1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 20:17:11 +00:00

add infobox overlay, layout fixes

This commit is contained in:
Andrew Dolgov
2007-05-14 09:08:18 +01:00
parent e8d0177dab
commit 5ede560f8c
7 changed files with 35 additions and 5 deletions

View File

@@ -1068,6 +1068,18 @@ a.cdmToggleLink:hover {
font-size : 8pt;
}
#dialog_overlay {
background : white;
left : 0;
top : 0;
height : 100%;
width : 100%;
z-index : 2;
opacity : 0.5;
position : absolute;
display : none;
}
#overlay {
background : white;
left : 0;