summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-01-26 15:25:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-29 22:11:34 +0000
commitc748c7e68ac5089ce52f85ce49b1c2e180bc103a (patch)
treef1c1908cedf3979303d99f182a742e603f19c03f /bitbake
parent088c19d6442653c6b39003057512d75b6c9508b7 (diff)
downloadpoky-c748c7e68ac5089ce52f85ce49b1c2e180bc103a.tar.gz
bitbake: 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. (Bitbake rev: 2c576552118bcfe65d375ff809b3b4a4916da225) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index cb2734222d..10952547b4 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -206,6 +206,7 @@ dl textarea { resize: vertical; }
206.new-build form { margin: 5px 0 0; } 206.new-build form { margin: 5px 0 0; }
207.new-build .input-append { margin-bottom: 0; } 207.new-build .input-append { margin-bottom: 0; }
208#build-selected { margin-top: 15px; } 208#build-selected { margin-top: 15px; }
209div.add-deps { margin-top: 15px; }
209 210
210 211
211.animate-repeat { 212.animate-repeat {