Fix table alignment on homepage

This commit is contained in:
Supremicus 2014-12-14 10:19:31 +10:00
parent c628a71c6b
commit 9cf3d32bf8
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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;
}