loading splash screen
This commit is contained in:
16
tt-rss.css
16
tt-rss.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user