Add missing css from last commit

This commit is contained in:
Jordan Eldredge 2014-12-17 17:40:47 -08:00
parent 9a8eaaccf9
commit 539ee29592

View file

@ -57,12 +57,21 @@ body {
#winamp.loading {
background-color: #FFFFFF;
background-image: url('../images/loading.gif');
background-position: center;
background-repeat: no-repeat;
border: 2px solid #dddddd;
}
#winamp.loading #loading {
display: block;
text-align: center;
font-size: 20px;
height: 30px;
position: absolute;
margin: auto;
top: 0; left: 0; bottom: 0; right: 0;
}
#loading {
display: none;
}
#winamp.closed { display: none; }
#title-bar {