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

loading splash screen

This commit is contained in:
Andrew Dolgov
2005-11-16 09:45:00 +01:00
parent 50773ad43f
commit 2f587484af
4 changed files with 34 additions and 1 deletions
+16
View File
@@ -503,3 +503,19 @@ div.bigErrorMsg {
padding : 30px;
margin : 20px;
}
#splash {
z-index : 3;
width : 100%;
height : 100%;
position : absolute;
text-align : center;
background-image : url("images/vgrad_light_rev.png");
background-color : white;
background-position : top left;
background-repeat : repeat-x;
}
td.innerSplash {
margin : 35px;
}