bitbake: toaster: Fix spacing and layout in no image files notification

Close the definition list before adding the notification, and
restrict the notification width to avoid uncomfortable line
lenghts.

(Bitbake rev: b82f724c271c43218dc28440219adcea968e2a26)

Signed-off-by: Belen Barros <belen.barros.pena@intel.com>
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Belen Barros 2014-06-11 10:58:55 +01:00 committed by Richard Purdie
parent fee3a88695
commit 7c1a975a1c
1 changed files with 17 additions and 12 deletions

View File

@ -84,17 +84,22 @@
<dt>Total package size</dt> <dt>Total package size</dt>
<dd>{{target.pkgsz|filtered_filesizeformat}}</dd> <dd>{{target.pkgsz|filtered_filesizeformat}}</dd>
{% if target.targetHasNoImages %} {% if target.targetHasNoImages %}
<div class="alert alert-info"> </dl>
<p> <div class="row-fluid">
<b>This build did not create any image files</b> <div class="alert alert-info span7">
</p> <p>
<p> <b>This build did not create any image files</b>
This is probably because valid image and license manifest </p>
files from a previous build already exist in your <p>
.../poky/build/tmp/deploy directory. You can also <b>view the This is probably because valid image and license manifest
license manifest information</b> in Toaster. files from a previous build already exist in your
</p> <code>.../poky/build/tmp/deploy</code>
</div> directory. You can
also <a href="{% url 'targetpkg' build.pk target.target.pk %}">view the
license manifest information</a> in Toaster.
</p>
</div>
</div>
{% else %} {% else %}
<dt> <dt>
<i class="icon-question-sign get-help" title="The location in disk of the license manifest, a document listing all packages installed in your image and their licenses"></i> <i class="icon-question-sign get-help" title="The location in disk of the license manifest, a document listing all packages installed in your image and their licenses"></i>
@ -113,8 +118,8 @@
{% endfor %} {% endfor %}
</ul> </ul>
</dd> </dd>
{% endif %}
</dl> </dl>
{% endif %}
</div> </div>
{% endif %} {% endif %}
{% endfor %} {% endfor %}