From fb3e51d3e98b0c9ad6b2b05f5fb0a8ceb09da8a7 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Thu, 13 Nov 2008 22:38:38 +0000 Subject: [PATCH] design the options tab of the add torrent window --- .../ajax/render/html/add_torrent_options.html | 42 +++++++++++++++++++ .../ajax/static/themes/classic/style.css | 18 ++++++++ 2 files changed, 60 insertions(+) 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;