Added a ' 'Last Updated' column to manageartists

This commit is contained in:
rembo10
2012-06-27 19:35:45 +05:30
parent de10357a9d
commit 5d81811db3
2 changed files with 19 additions and 8 deletions

View File

@@ -866,7 +866,8 @@ div#artistheader h2 a {
text-align: left;
}
#artist_table th#status,
#artist_table th#albumart {
#artist_table th#albumart,
#artist_table th#lastupdated {
min-width: 50px;
text-align: left;
}
@@ -878,7 +879,8 @@ div#artistheader h2 a {
text-align: left;
vertical-align: middle;
}
#artist_table td#status {
#artist_table td#status,
#artist_table td#lastupdated {
min-width: 50px;
text-align: left;
vertical-align: middle;