diff options
Diffstat (limited to 'module/web/templates/default/window.html')
-rw-r--r-- | module/web/templates/default/window.html | 6 |
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"> |