From c748c7e68ac5089ce52f85ce49b1c2e180bc103a Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 26 Jan 2015 15:25:05 +0000 Subject: bitbake: toastergui: give the add dependencies form some breathing space In the editable version of the layer details page, the form to add dependencies needs some distance from the dependency list. (Bitbake rev: 2c576552118bcfe65d375ff809b3b4a4916da225) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/static/css/default.css | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index cb2734222d..10952547b4 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -206,6 +206,7 @@ dl textarea { resize: vertical; } .new-build form { margin: 5px 0 0; } .new-build .input-append { margin-bottom: 0; } #build-selected { margin-top: 15px; } +div.add-deps { margin-top: 15px; } .animate-repeat { -- cgit v1.2.3-54-g00ecf