From 23056fcc736d3cd58008df5da43fd17e03959f93 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 5 Sep 2016 15:29:25 +0100 Subject: bitbake: toaster: import layer Layout fixes The layout of the import layer form was looking a bit awkward. This commit tidies things up a bit. (Bitbake rev: e5e51ca1394bc392eba99742c59d86b8e5fd5623) Signed-off-by: Belen Barros Pena Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/static/css/default.css | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/lib/toaster/toastergui/static') diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 22510e8687..88fe864e44 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -203,6 +203,7 @@ h2 { margin-bottom: 25px; } /* Style the import layer form controls*/ legend { border: none; } +fieldset.fields-apart-from-layer-name { margin-top: 20px; } .radioLegend { margin-bottom: 0; } #layer-name-ctrl { margin-top: 20px; } #import-layer-name, -- cgit v1.2.3-54-g00ecf