summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/layers.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@linux.intel.com>2014-11-13 11:16:56 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-21 11:49:24 +0000
commitf3ffeba4a7dc704258a18f64edd787f6cd65e64f (patch)
tree0b42c3cd1d432eff0d73372911b9181a553515d3 /bitbake/lib/toaster/toastergui/templates/layers.html
parent57b8ccc67057f822470dd9de069ffd981f4f010a (diff)
downloadpoky-f3ffeba4a7dc704258a18f64edd787f6cd65e64f.tar.gz
bitbake: toaster: fix dependencies dialog layout
Remove the bottom margin of forms inside dependencies modal dialogs. (Bitbake rev: dc9b4a4ab06ed49f3fcab4f644b8bc136f19fdb0) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/layers.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/layers.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layers.html b/bitbake/lib/toaster/toastergui/templates/layers.html
index e9f910fa5a..4e923326c8 100644
--- a/bitbake/lib/toaster/toastergui/templates/layers.html
+++ b/bitbake/lib/toaster/toastergui/templates/layers.html
@@ -89,7 +89,7 @@
89 89
90 <!-- 'Layer dependencies modal' --> 90 <!-- 'Layer dependencies modal' -->
91 <div id="dependencies_modal" class="modal hide fade" tabindex="-1" role="dialog" aria-hidden="true"> 91 <div id="dependencies_modal" class="modal hide fade" tabindex="-1" role="dialog" aria-hidden="true">
92 <form id="dependencies_modal_form" style="margin: 0px"> 92 <form id="dependencies_modal_form">
93 <div class="modal-header"> 93 <div class="modal-header">
94 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button> 94 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
95 <h3><span class="layer-name"></span> dependencies</h3> 95 <h3><span class="layer-name"></span> dependencies</h3>