From f3ffeba4a7dc704258a18f64edd787f6cd65e64f Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Thu, 13 Nov 2014 11:16:56 +0000 Subject: [PATCH] bitbake: toaster: fix dependencies dialog layout Remove the bottom margin of forms inside dependencies modal dialogs. (Bitbake rev: dc9b4a4ab06ed49f3fcab4f644b8bc136f19fdb0) Signed-off-by: Belen Barros Pena Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/static/css/default.css | 3 +++ bitbake/lib/toaster/toastergui/templates/layers.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 902a2bd034..dcb8e34ac3 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -136,6 +136,9 @@ select { width: auto; } .new-build .alert { margin-top: 10px; } .new-build .alert p { margin-top: 10px; } +/* Remove bottom margin for forms inside modal dialogs */ +#dependencies_modal_form { margin-bottom: 0px; } + /* Configuration styles */ .icon-trash { color: #B94A48; font-size: 16px; padding-left: 2px; } .icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; } diff --git a/bitbake/lib/toaster/toastergui/templates/layers.html b/bitbake/lib/toaster/toastergui/templates/layers.html index e9f910fa5a..4e923326c8 100644 --- a/bitbake/lib/toaster/toastergui/templates/layers.html +++ b/bitbake/lib/toaster/toastergui/templates/layers.html @@ -89,7 +89,7 @@