Cleanup search code. Add support for magnet links conversion. Fixes #1926.

This commit is contained in:
Bas Stottelaar
2014-10-21 02:07:56 +02:00
parent 8a8821530a
commit 6b4afd8877
6 changed files with 222 additions and 103 deletions
+4
View File
@@ -336,6 +336,10 @@ form .row label {
padding-top: 7px;
width: 175px;
}
form .row label.inline {
margin-right: 5px;
width: auto;
}
form .row input {
margin-right: 5px;
}
+5
View File
@@ -191,6 +191,11 @@ form {
line-height: normal;
padding-top: 7px;
width: 175px;
&.inline {
margin-right: 5px;
width: auto;
}
}
input { margin-right: 5px; }
input[type=text], input[type=password] {