aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/importlayer.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-02-24 17:20:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-24 23:35:39 +0000
commit219d57d1cec178820f679a4153324986c37821db (patch)
tree320d00667719bee8ad0b7ffe5ed21b58a56c0896 /lib/toaster/toastergui/templates/importlayer.html
parent4b8fcf9a5bc802793bf332334217faace55f14f6 (diff)
downloadbitbake-contrib-219d57d1cec178820f679a4153324986c37821db.tar.gz
toastergui: fix spacing and input field sizes
The revision label was missing the projec-form class (which controls the spacing in the form), and the revision text field was a bit too long, so changed it from span4 to span3. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/toaster/toastergui/templates/importlayer.html')
-rw-r--r--lib/toaster/toastergui/templates/importlayer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/toaster/toastergui/templates/importlayer.html b/lib/toaster/toastergui/templates/importlayer.html
index 1196e0cf4..19d2fc4af 100644
--- a/lib/toaster/toastergui/templates/importlayer.html
+++ b/lib/toaster/toastergui/templates/importlayer.html
@@ -75,11 +75,11 @@
<input type="text" id="layer-subdir">
<div class="control-group" id="layer-revision-ctrl">
- <label class="control-label" for="layer-git-ref">Revision
+ <label class="control-label project-form" for="layer-git-ref">Revision
<span class="icon-question-sign get-help" title="You can provide a Git branch, a tag or a commit SHA as the revision"></span>
</label>
<div class="controls">
- <input type="text" class="span4" id="layer-git-ref" required>
+ <input type="text" class="span3" id="layer-git-ref" required>
<span class="help-inline" style="diaply:none;" id="invalid-layer-revision-hint"></span>
</div>
</div>