summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/window.html
diff options
context:
space:
mode:
authorGravatar mariusbaumann <baumann.marius@gmail.com> 2015-01-03 20:42:17 +0100
committerGravatar mariusbaumann <baumann.marius@gmail.com> 2015-01-03 20:42:17 +0100
commit4c9b6f2fa02d1d8cc8fcb6b3d2acc94e89fe8836 (patch)
tree32c15f5326bafb0fe9acf5e9f79ec088b4756037 /module/web/templates/default/window.html
parentDetails changed on info, admin sites (diff)
downloadpyload-4c9b6f2fa02d1d8cc8fcb6b3d2acc94e89fe8836.tar.xz
Some style and bug fixes
+ Drag and drop sort fetature on queue fixed + Capcha overlay redesigned + Add premium account window restyled + Alert messages restyled + Some other details changed
Diffstat (limited to 'module/web/templates/default/window.html')
-rw-r--r--module/web/templates/default/window.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/web/templates/default/window.html b/module/web/templates/default/window.html
index ff8a307bc..290d40be6 100644
--- a/module/web/templates/default/window.html
+++ b/module/web/templates/default/window.html
@@ -6,21 +6,21 @@
<p>{{_("Paste your links or upload a container.")}}</p>
<div class="form-group">
<label for="add_name">{{_("Name")}}</label>
- <input id="add_name" class="form-control" name="add_name" type="text" size="20" />
+ <input id="add_name" class="form-control" name="add_name" type="text" />
<p class="help-block">{{_("The name of the new package.")}}</p>
</div>
<div class="form-group">
<label for="add_links">{{_("Links")}}</label>
</div>
<div>
- <textarea rows="5" style="width: 100%" name="add_links" id="add_links"></textarea>
+ <textarea class="form-control" rows="5" style="width: 100%" name="add_links" id="add_links"></textarea>
</div>
<div class="form-group">
<p class="help-block">{{_("The name of the new package.")}} {{ _("Filter urls") }} <span class=" glyphicon glyphicon-filter" onclick="parseUri()"></span></p>
</div>
<div class="form-group">
<label for="add_password">{{_("Password")}}</label>
- <input id="add_password" class="form-control" name="add_password" type="text" size="20">
+ <input id="add_password" class="form-control" name="add_password" type="text">
<p class="help-block">{{_("Password for RAR-Archive")}}</p>
</div>
<div class="form-group">