Fall back for searching for artist/album art. Minor layout changes

Fallback: Search for Artist ID, if can not find search by name in
LastFM API.

Good to go for a merge…

Need to change to default template? :)
This commit is contained in:
Elmar Kouwenhoven
2012-05-09 00:10:43 +02:00
parent 64aba8bb5f
commit fa87875637
10 changed files with 231 additions and 80 deletions

View File

@@ -108,8 +108,6 @@ table.display thead th {
background-color: white;
font-weight: bold;
font-size: 16px;
cursor: pointer;
* cursor: hand;
}
table.display tfoot th {
@@ -139,14 +137,20 @@ table.display td.center {
.sorting_asc {
background: url('../images/sort_asc.png') no-repeat center right;
cursor: pointer;
* cursor: hand;
}
.sorting_desc {
background: url('../images/sort_desc.png') no-repeat center right;
cursor: pointer;
* cursor: hand;
}
.sorting {
background: url('../images/sort_both.png') no-repeat center right;
cursor: pointer;
* cursor: hand;
}
.sorting_asc_disabled {