diff --git a/dashboard-ui/autoorganizetv.html b/dashboard-ui/autoorganizetv.html index 316275b372..e41f32867c 100644 --- a/dashboard-ui/autoorganizetv.html +++ b/dashboard-ui/autoorganizetv.html @@ -150,6 +150,7 @@
  • +
    Enable this to keep the download directory clean.
  • diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 6d0d585114..8973a8550c 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -462,13 +462,13 @@ a.itemTag:hover { } .parentName { - font-size: 15px; + font-size: 14px; display: block; - margin-bottom: .4em; + margin-bottom: .5em; } .inlineItemName { - font-size: 20px; + font-size: 22px; } .itemName + .itemMiscInfo { diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 666dc49d99..0fa3973bf0 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -45,8 +45,8 @@ body { } h1 { - font-weight: 300; - font-size: 2.22em; + font-weight: 400; + font-size: 1.8em; text-transform: uppercase; } diff --git a/dashboard-ui/scripts/autoorganizelog.js b/dashboard-ui/scripts/autoorganizelog.js index 33e0944a88..d531e0abeb 100644 --- a/dashboard-ui/scripts/autoorganizelog.js +++ b/dashboard-ui/scripts/autoorganizelog.js @@ -3,7 +3,7 @@ var query = { StartIndex: 0, - Limit: 50 + Limit: 30 }; var currentResult;