From e5e51ca1394bc392eba99742c59d86b8e5fd5623 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 5 Sep 2016 15:29:25 +0100 Subject: [PATCH] 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 --- lib/toaster/toastergui/static/css/default.css | 1 + lib/toaster/toastergui/templates/importlayer.html | 12 +++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) 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 @@ - +
-- 2.47.2