diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index d960f4bd83..260f5d46c3 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -106,7 +106,9 @@ select { width: auto; } .task-name { margin-left: 7px; } .icon-hand-right {color: #ccccc; } .help-inline { margin: 5px; } - +.hero-unit { margin: 20px 0 30px; } +.hero-unit > .close { font-size:40px; } +.hero-actions { margin-top: 30px; } diff --git a/bitbake/lib/toaster/toastergui/static/img/toaster.png b/bitbake/lib/toaster/toastergui/static/img/toaster.png new file mode 100755 index 0000000000..11bb5d51b1 Binary files /dev/null and b/bitbake/lib/toaster/toastergui/static/img/toaster.png differ diff --git a/bitbake/lib/toaster/toastergui/templates/bpackage.html b/bitbake/lib/toaster/toastergui/templates/bpackage.html index 77f789484c..22609e227a 100644 --- a/bitbake/lib/toaster/toastergui/templates/bpackage.html +++ b/bitbake/lib/toaster/toastergui/templates/bpackage.html @@ -12,8 +12,27 @@ {% block buildinfomain %}
A web interface to BitBake, the Yocto Project build system.
+ +