mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Add missing css from last commit
This commit is contained in:
parent
9a8eaaccf9
commit
539ee29592
1 changed files with 12 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue