1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-28 01:47:09 +00:00

add loading overlay

This commit is contained in:
Andrew Dolgov
2010-09-13 14:39:16 +04:00
parent 5e9a79e134
commit c7a5c8a5a2
3 changed files with 35 additions and 0 deletions

View File

@@ -269,3 +269,22 @@ a:hover {
#headlines ul#headlines-content span.tags a:hover {
color : #659a4c;
}
#overlay {
background : white;
left : 0;
top : 0;
height : 100%;
width : 100%;
z-index : 100;
position : absolute;
text-align : center;
}
#overlay_inner {
margin : 1em;
}
#overlay img {
vertical-align : middle;
}