From 2c576552118bcfe65d375ff809b3b4a4916da225 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 26 Jan 2015 15:25:05 +0000 Subject: [PATCH] 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. Signed-off-by: Belen Barros Pena --- lib/toaster/toastergui/static/css/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css index cb2734222d3..10952547b4b 100644 --- a/lib/toaster/toastergui/static/css/default.css +++ b/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 { -- 2.47.3