Browse Source

Merge pull request #107 from Supremicus/feature/FixTableAlignment

pull/106/head
JackDandy 11 years ago
parent
commit
bfaec74a20
  1. 1
      CHANGES.md
  2. 4
      gui/slick/css/style.css

1
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

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

Loading…
Cancel
Save