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

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