From 5a03a23bfd40f6da2d79d07003e0a34b022dd23b Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Fri, 27 Feb 2015 17:29:04 +0000 Subject: bitbake: toasterui: give some space to the download log button In the build dashboard, the download build log button was a bit too close to the build time. (Bitbake rev: da7c450f28cdf1c851b14f7a1fac08e6cf1dd894) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/static/css/default.css | 1 + bitbake/lib/toaster/toastergui/templates/builddashboard.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'bitbake/lib/toaster/toastergui') diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index dc1b92a225..778a84926f 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -214,6 +214,7 @@ dl textarea { resize: vertical; } .new-build .input-append { margin-bottom: 0; } #build-selected { margin-top: 15px; } div.add-deps { margin-top: 15px; } +.btn.log { margin-left: 20px; } .animate-repeat { diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html index c0898e291d..4e600283a5 100644 --- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html +++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html @@ -36,9 +36,9 @@ {% endif %} {{build.warnings_no}} warning{{build.warnings_no|pluralize}} {% endif %} - Build time: {{ build.timespent|sectohms }}   + Build time: {{ build.timespent|sectohms }} {% if MANAGED and build.project %} - Download build log + Download build log {% endif %} {%endif%} -- cgit v1.2.3-54-g00ecf