From 7196e52dc773ef16dacd94e924a317e08b0dece3 Mon Sep 17 00:00:00 2001
From: Remy
Date: Mon, 8 Aug 2011 02:32:22 -0700
Subject: [PATCH 1/2] Fixed some styling issues on the upcoming page
---
data/css/style.css | 15 +++++++++++++++
data/interfaces/default/upcoming.html | 4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/data/css/style.css b/data/css/style.css
index 04e1d56f..3d1cf836 100755
--- a/data/css/style.css
+++ b/data/css/style.css
@@ -198,6 +198,7 @@ table#upcoming_table th#artistname { text-align: center; min-width: 150px; }
table#upcoming_table th#reldate { text-align: center; min-width: 100px; }
table#upcoming_table th#type { text-align: center; min-width: 75px; }
+table#upcoming_table td#select { vertical-align: middle; text-align: center; }
table#upcoming_table td#albumart { vertical-align: middle; text-align: center; min-width: 50px; }
table#upcoming_table td#albumname { vertical-align: middle; text-align: center; min-width: 200px; }
table#upcoming_table td#artistname { vertical-align: middle; text-align: center; min-width: 150px; }
@@ -205,6 +206,20 @@ table#upcoming_table td#reldate { vertical-align: middle; text-align: center; mi
table#upcoming_table td#type { vertical-align: middle; text-align: center; min-width: 75px; }
table#upcoming_table td#status { vertical-align: middle; text-align: center; }
+table#wanted_table th#albumart { text-align: center; min-width: 50px; }
+table#wanted_table th#albumname { text-align: center; min-width: 200px; }
+table#wanted_table th#artistname { text-align: center; min-width: 150px; }
+table#wanted_table th#reldate { text-align: center; min-width: 100px; }
+table#wanted_table th#type { text-align: center; min-width: 75px; }
+
+table#wanted_table td#select { vertical-align: middle; text-align: center; }
+table#wanted_table td#albumart { vertical-align: middle; text-align: center; min-width: 50px; }
+table#wanted_table td#albumname { vertical-align: middle; text-align: center; min-width: 200px; }
+table#wanted_table td#artistname { vertical-align: middle; text-align: center; min-width: 150px; }
+table#wanted_table td#reldate { vertical-align: middle; text-align: center; min-width: 100px; }
+table#wanted_table td#type { vertical-align: middle; text-align: center; min-width: 75px; }
+table#wanted_table td#status { vertical-align: middle; text-align: center; }
+
table#searchresults_table th#albumname { text-align: left; min-width: 225px; }
table#searchresults_table th#artistname { text-align: center; min-width: 325px; }
table#searchresults_table th#score { text-align: center; min-width: 75px; }
diff --git a/data/interfaces/default/upcoming.html b/data/interfaces/default/upcoming.html
index ffde5a35..5c209056 100644
--- a/data/interfaces/default/upcoming.html
+++ b/data/interfaces/default/upcoming.html
@@ -38,7 +38,7 @@