mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-15 09:07:43 +00:00
Fix table alignment on homepage
This commit is contained in:
parent
c628a71c6b
commit
9cf3d32bf8
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
|
* 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 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
|
* Add highlight to current status text in header on Episode Overview page
|
||||||
|
* Fix table alignment on homepage
|
||||||
|
|
||||||
[develop changelog]
|
[develop changelog]
|
||||||
* Add TVRage network name standardization
|
* Add TVRage network name standardization
|
||||||
|
|
|
@ -2860,6 +2860,10 @@ tablesorter.css
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border-top: 1px solid;
|
border-top: 1px solid;
|
||||||
border-left: 1px solid;
|
border-left: 1px solid;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
#addRootDirTable.tablesorter td {
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue