summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/backbone/linkgrabber.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/backbone/linkgrabber.html')
-rwxr-xr-xmodule/web/templates/default/backbone/linkgrabber.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/module/web/templates/default/backbone/linkgrabber.html b/module/web/templates/default/backbone/linkgrabber.html
index cbb46fd80..a43852f77 100755
--- a/module/web/templates/default/backbone/linkgrabber.html
+++ b/module/web/templates/default/backbone/linkgrabber.html
@@ -12,29 +12,30 @@
<label class="control-label" for="inputPackageName">Package name</label>
<div class="controls">
- <input type="text" id="inputPackageName" placeholder="Name of your package">
+ <input type="text" class="span4" id="inputPackageName" placeholder="Name of your package">
</div>
</div>
<div class="control-group">
<label class="control-label" for="inputLinks">Links</label>
<div class="controls">
- <textarea id="inputLinks" rows="10" placeholder="Paste your links here..."></textarea>
+ <textarea id="inputLinks" class="span4" rows="10" placeholder="Paste your links here...">
+ </textarea>
</div>
</div>
<div class="control-group">
<label class="control-label" for="inputPassword">Password</label>
<div class="controls">
- <input type="text" id="inputPassword" placeholder="Password for .rar files">
+ <input type="text" id="inputPassword" class="span4" placeholder="Password for .rar files">
</div>
</div>
<div class="control-group">
<label class="control-label" for="inputContainer">Upload links container</label>
- <div class="controls">
- <input type="text" id="inputContainer" placeholder="Path to your container">
- <button id="inputContainer-btn" class="btn" type="button">Browse&hellip;</button>
+ <div class="controls controls-row">
+ <input type="text" id="inputContainer" class="span3" placeholder="Path to your container">
+ <button id="inputContainer-btn" class="btn span1" type="button">Browse&hellip;</button>
</div>
</div>