Added managealbums.html page, modified manage.html to include the new managealbumslink, added the album_table th#artistname to style.css, changed webserve to managealbums.exposed

This commit is contained in:
rembo10
2012-06-28 22:34:13 +05:30
parent f883902fa3
commit 186311672a
4 changed files with 156 additions and 3 deletions

View File

@@ -1297,6 +1297,7 @@ div#artistheader h2 a {
clear: both;
}
#album_table th#albumname,
#album_table th#artistname,
#upcoming_table th#artistname,
#wanted_table th#artistname {
min-width: 150px;
@@ -1319,6 +1320,7 @@ div#artistheader h2 a {
vertical-align: middle;
}
#album_table td#albumname,
#album_table td#artistname,
#album_table td#reldate,
#album_table td#type,
#track_table td#duration,