From 2ae1fa629acf1a37f2c8ad929285cc7c76a9a40b Mon Sep 17 00:00:00 2001 From: Belen Barros Date: Wed, 11 Jun 2014 10:58:55 +0100 Subject: 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. Signed-off-by: Belen Barros Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- .../toastergui/templates/builddashboard.html | 29 +++++++++++++--------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/lib/toaster/toastergui/templates/builddashboard.html b/lib/toaster/toastergui/templates/builddashboard.html index f83ae083a..acf4d0a36 100644 --- a/lib/toaster/toastergui/templates/builddashboard.html +++ b/lib/toaster/toastergui/templates/builddashboard.html @@ -84,17 +84,22 @@
Total package size
{{target.pkgsz|filtered_filesizeformat}}
{% if target.targetHasNoImages %} -
-

- This build did not create any image files -

-

- This is probably because valid image and license manifest - files from a previous build already exist in your - .../poky/build/tmp/deploy directory. You can also view the - license manifest information in Toaster. -

-
+ +
+
+

+ This build did not create any image files +

+

+ This is probably because valid image and license manifest + files from a previous build already exist in your + .../poky/build/tmp/deploy + directory. You can + also view the + license manifest information in Toaster. +

+
+
{% else %}
@@ -113,8 +118,8 @@ {% endfor %} - {% endif %} + {% endif %} {% endif %} {% endfor %} -- cgit 1.2.3-korg