summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorAwais Belal <awais_belal@mentor.com>2018-09-05 22:26:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-10 12:15:04 +0100
commite4c6642adc018c99033b400f80df8ad76560a97c (patch)
tree4d8adac5cf4ddb8d68fb7e6a8af3e7ca82afcd03 /bitbake
parent61428c05bb5e76aa1f93259174a1b477bd278dc1 (diff)
downloadpoky-e4c6642adc018c99033b400f80df8ad76560a97c.tar.gz
bitbake: toastergui/newproject.html: fix release divs
The release drop down divs are not being closed appropriately, which showed adverse reactions on the UI that aligned the "Create project" button with the left edge of the screen without any margins. This fixes these divs which in turn aligns the button appropriately. [YOCTO #12891] (Bitbake rev: bc6a137f4f8193cadfa8a8d0e43875991d47a818) Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: David Reyna <David.Reyna@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/newproject.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/newproject.html b/bitbake/lib/toaster/toastergui/templates/newproject.html
index acb614e9d3..bd03bb55d7 100644
--- a/bitbake/lib/toaster/toastergui/templates/newproject.html
+++ b/bitbake/lib/toaster/toastergui/templates/newproject.html
@@ -54,12 +54,12 @@
54 <span class="help-block">{{release.helptext|safe}}</span> 54 <span class="help-block">{{release.helptext|safe}}</span>
55 </div> 55 </div>
56 {% endfor %} 56 {% endfor %}
57 </div>
58 </div>
57 {% else %} 59 {% else %}
58 <input type="hidden" name="projectversion" value="{{releases.0.id}}"/> 60 <input type="hidden" name="projectversion" value="{{releases.0.id}}"/>
59 {% endif %} 61 {% endif %}
60 </div> 62 </div>
61 </div>
62 </fieldset>
63 {% endif %} 63 {% endif %}
64 <div class="top-air"> 64 <div class="top-air">
65 <input type="submit" id="create-project-button" class="btn btn-primary btn-lg" value="Create project"/> 65 <input type="submit" id="create-project-button" class="btn btn-primary btn-lg" value="Create project"/>