summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/static/css
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-01-26 15:25:05 +0000
committerAlexandru DAMIAN <alexandru.damian@intel.com>2015-01-27 14:24:18 +0000
commit2c576552118bcfe65d375ff809b3b4a4916da225 (patch)
tree4bd24a3cf488d4e86a19a27ce89914db970b8198 /lib/toaster/toastergui/static/css
parent87deeb2016cbfdaff5531e1badb58761af6df848 (diff)
downloadbitbake-contrib-2c576552118bcfe65d375ff809b3b4a4916da225.tar.gz
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 <belen.barros.pena@intel.com>
Diffstat (limited to 'lib/toaster/toastergui/static/css')
-rw-r--r--lib/toaster/toastergui/static/css/default.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index cb2734222..10952547b 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 {