Fix indexer styling

This commit is contained in:
KZ 2015-10-02 18:15:35 +01:00
parent 573d36b648
commit 67d1435728
2 changed files with 8 additions and 3 deletions

View File

@ -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/)

View File

@ -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 {