From: Belen Barros Pena Date: Mon, 5 Sep 2016 14:29:25 +0000 (+0100) Subject: toaster: import layer Layout fixes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5e51ca1394bc392eba99742c59d86b8e5fd5623;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toaster: import layer Layout fixes The layout of the import layer form was looking a bit awkward. This commit tidies things up a bit. Signed-off-by: Belen Barros Pena Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css index 22510e86875..88fe864e442 100644 --- a/lib/toaster/toastergui/static/css/default.css +++ b/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, diff --git a/lib/toaster/toastergui/templates/importlayer.html b/lib/toaster/toastergui/templates/importlayer.html index eb0244090b5..1f426969af7 100644 --- a/lib/toaster/toastergui/templates/importlayer.html +++ b/lib/toaster/toastergui/templates/importlayer.html @@ -113,16 +113,18 @@ - +