mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Merge pull request #107 from Supremicus/feature/FixTableAlignment
This commit is contained in:
commit
bfaec74a20
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue