From 67d14357281b9808b942c68d5d9736ebd0efcf05 Mon Sep 17 00:00:00 2001 From: KZ Date: Fri, 2 Oct 2015 18:15:35 +0100 Subject: [PATCH] Fix indexer styling --- README.md | 1 + src/Jackett/Content/custom.css | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd5aab03e..38e79ac77 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ We were previously focused on TV but are working on extending searches to allow * [BeyondHD](https://beyondhd.me/) * [BIT-HDTV](https://www.bit-hdtv.com) * [BitMeTV](http://www.bitmetv.org/) + * [BTN](http://www.bitmetv.org/) * [Demonoid](http://www.demonoid.pw/) * [EuTorrents](https://eutorrents.to/) * [FileList](http://filelist.ro/) diff --git a/src/Jackett/Content/custom.css b/src/Jackett/Content/custom.css index a5261ebfe..d576a4607 100644 --- a/src/Jackett/Content/custom.css +++ b/src/Jackett/Content/custom.css @@ -51,7 +51,7 @@ } .indexer { - height: 235px; + height: 252px; } .add-indexer { @@ -83,7 +83,7 @@ } .indexer-buttons > .btn { - margin-bottom: 10px; + margin-bottom: 2px; } @@ -107,6 +107,10 @@ margin-left: -5px; } +.indexer-host { + padding-left: 5px; + padding-right: 5px; +} .indexer-host > input { font-size: 12px; @@ -114,7 +118,7 @@ } .setup-item-inputstring { - max-width: 260px; + max-width: 255px; } .setup-item-inputbool input {