Big Update: Automatic updating, Show what albums/songs you already have, Config fixes, Fixed restart & shutdown buttons

This commit is contained in:
Remy
2011-07-13 22:41:25 -07:00
parent 8a1fcb8987
commit 045b5638b2
54 changed files with 124 additions and 17020 deletions

View File

@@ -89,6 +89,9 @@ h1{
.bigtext{
font-size: 22px;
}
.updatebar{
text-align: center;
}
a:link {
color: #5E2612;
text-decoration: none;
@@ -121,4 +124,17 @@ a.green {
a.externalred {
color: red;
font-size:12px;
}
}
div.progress-container {
border: 1px solid #ccc;
width: 100px;
margin: 2px 5px 2px 0;
padding: 1px;
float: left;
background: white;
}
div.progress-container > div {
background-color: #ACE97C;
height: 12px
}