Merged sbusers searcher & post processor changes, unicode error fix, added manage artists page, bug fixes

This commit is contained in:
Remy
2011-08-11 00:56:36 -07:00
parent c2e3b5e460
commit 6f06a740c3
13 changed files with 278 additions and 40 deletions
+1
View File
@@ -143,6 +143,7 @@ div#main { margin: 0; padding: 80px 0 0 0; }
table#artist_table { background-color: white; width: 100%; padding: 20px; }
table#artist_table th#select { text-align: left; }
table#artist_table th#name { text-align: left; min-width: 200px; }
table#artist_table th#status { text-align: left; min-width: 50px; }
table#artist_table th#album { text-align: left; min-width: 300px; }