Fixed css on log page, added better error catching for lastfm and searcher

This commit is contained in:
Remy
2011-08-09 16:34:43 -07:00
parent 58e1728c0e
commit 36a2967354
3 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -188,8 +188,8 @@ table#history_table { background-color: white; width: 100%; }
table#log_table { background-color: white; }
table#log_table th#timestamp { text-align: left; min-width: 165px; }
table#log_table th#level { text-align: left; min-width: 75px; }
table#log_table th#timestamp { text-align: left; min-width: 150px; }
table#log_table th#level { text-align: left; min-width: 60px; }
table#log_table th#message { text-align: left; min-width: 500px; }
table#upcoming_table th#albumart { text-align: center; min-width: 50px; }