From: Belen Barros Pena Date: Fri, 27 Feb 2015 17:29:04 +0000 (+0000) Subject: toasterui: give some space to the download log button X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da7c450f28cdf1c851b14f7a1fac08e6cf1dd894;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Belen Barros Pena --- diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css index dc1b92a2258..778a84926fb 100644 --- a/lib/toaster/toastergui/static/css/default.css +++ b/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/lib/toaster/toastergui/templates/builddashboard.html b/lib/toaster/toastergui/templates/builddashboard.html index c0898e291df..4e600283a5e 100644 --- a/lib/toaster/toastergui/templates/builddashboard.html +++ b/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%}