Add magnet support for KAT rTorrent via blackhole

KAT torrents downloads were 100% broken. This is a temporary hack to get
KAT partially working.
This commit is contained in:
lepricon49
2015-09-13 10:54:05 -07:00
parent 6b30ed0ba6
commit 7f4d10c85d
6 changed files with 50 additions and 17 deletions

View File

@@ -334,7 +334,7 @@ form .row label {
font-size: 12px;
line-height: normal;
padding-top: 7px;
width: 175px;
width: 170px;
}
form .row label.inline {
margin-right: 5px;
@@ -368,7 +368,7 @@ form .row small {
display: block;
font-size: 9px;
line-height: 12px;
margin-left: 175px;
margin-left: 170px;
margin-top: 3px;
}
form .left label {

View File

@@ -190,7 +190,7 @@ form {
font-size: 12px;
line-height: normal;
padding-top: 7px;
width: 175px;
width: 170px;
&.inline {
margin-right: 5px;
@@ -216,7 +216,7 @@ form {
display: block;
font-size: 9px;
line-height: 12px;
margin-left: 175px;
margin-left: 170px;
margin-top: 3px;
}
}