Merge pull request #107 from Supremicus/feature/FixTableAlignment

This commit is contained in:
JackDandy 2014-12-14 02:02:14 +00:00
commit bfaec74a20
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;
}