From 9cf3d32bf8c0f4d8b10dbd6fc6ea0ed25145f3f6 Mon Sep 17 00:00:00 2001 From: Supremicus Date: Sun, 14 Dec 2014 10:19:31 +1000 Subject: [PATCH] Fix table alignment on homepage --- CHANGES.md | 1 + gui/slick/css/style.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index bff1fc40..88b98ee9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -32,6 +32,7 @@ * Change the default state for all check boxes on the Episode Overview page to not checked * Add validation to Go button to ensure at least one item is checked on Episode Overview page * Add highlight to current status text in header on Episode Overview page +* Fix table alignment on homepage [develop changelog] * Add TVRage network name standardization diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index 07bf7bf7..7c00de52 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -2860,6 +2860,10 @@ tablesorter.css padding: 4px; border-top: 1px solid; border-left: 1px solid; + vertical-align: middle; +} + +#addRootDirTable.tablesorter td { vertical-align: baseline; }