bitbake: 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.

(Bitbake rev: 219d57d1cec178820f679a4153324986c37821db)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Belen Barros Pena
2015-02-24 17:20:49 +00:00
committed by Richard Purdie
parent 43afafeffa
commit bd5087dc77

View File

@@ -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>