From 2066b9b47f42fce927a5bf4a993527f954906759 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 18 Nov 2014 12:02:22 +0000 Subject: [PATCH] bitbake: toaster: Tiny refinements to the new build button dialog * Get rid of the display:block attribute for the "View all projects" link, to stop it from firing when you click outside (but next to) the link * Give some margin to the incomplete configuration alert (Bitbake rev: 83af0db872ea28965cd6007ad72ff210f67a4f30) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/static/css/default.css | 3 ++- bitbake/lib/toaster/toastergui/templates/base.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 6194c97a0f..902a2bd034 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -133,7 +133,8 @@ select { width: auto; } /* styles for the new build button */ .new-build .btn-primary { padding: 4px 30px; } -#view-all-projects { display: block; } +.new-build .alert { margin-top: 10px; } +.new-build .alert p { margin-top: 10px; } /* Configuration styles */ .icon-trash { color: #B94A48; font-size: 16px; padding-left: 2px; } diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 87746bfc8c..734d2ad8a2 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html @@ -81,12 +81,12 @@ Cancel - View all projects +

View all projects

  • Target(s):