diff --git a/deluge/ui/webui/templates/ajax/render/html/add_torrent_options.html b/deluge/ui/webui/templates/ajax/render/html/add_torrent_options.html index e69de29bb..dcc0848da 100644 --- a/deluge/ui/webui/templates/ajax/render/html/add_torrent_options.html +++ b/deluge/ui/webui/templates/ajax/render/html/add_torrent_options.html @@ -0,0 +1,42 @@ +
+
+ $_('Allocation') +
+ +
+
+ $_('Bandwidth') + + +
+ + +
+ + +
+ + + +
+
+ $_('General') +
+ +
+
+ + +
diff --git a/deluge/ui/webui/templates/ajax/static/themes/classic/style.css b/deluge/ui/webui/templates/ajax/static/themes/classic/style.css index 317bce829..39ec8015f 100644 --- a/deluge/ui/webui/templates/ajax/static/themes/classic/style.css +++ b/deluge/ui/webui/templates/ajax/static/themes/classic/style.css @@ -365,6 +365,24 @@ label.fluid { float: right; } +#addTorrent form { + margin-top: 20px; +} + +#addTorrent form label { + width: 100px; +} + +#addTorrent form label.fluid { + width: auto; +} + +#addTorrent form button { + position: relative; + top: 40px; + float: right; +} + #urlInput { margin-top: 5px; margin-bottom: 10px;