summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-08-04 16:07:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-06 16:04:43 -0500
commit1a0fa6cbfb47b2e761444e58fddb5a9e8607a5a3 (patch)
treecf7b3d46dd22524889e8754d5951db29364e47a1 /bitbake
parent0378aadd58f8fddb655c29eb6a664d2e061397e5 (diff)
downloadpoky-1a0fa6cbfb47b2e761444e58fddb5a9e8607a5a3.tar.gz
bitbake: toastergui: fix spacing in the import layers page
Adjust the space between the first fieldset and the tabs, and the help text and the first form field. (Bitbake rev: 68086d260842c12e5459c719f383b045fb0b3c2d) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/importlayer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/importlayer.html b/bitbake/lib/toaster/toastergui/templates/importlayer.html
index bec5f1aa74..ce3d724c89 100644
--- a/bitbake/lib/toaster/toastergui/templates/importlayer.html
+++ b/bitbake/lib/toaster/toastergui/templates/importlayer.html
@@ -26,7 +26,7 @@
26 </script> 26 </script>
27 27
28 <form class="span11"> 28 <form class="span11">
29 <fieldset class="air"> 29 <fieldset>
30 <legend>Layer repository information</legend> 30 <legend>Layer repository information</legend>
31 <span class="help-block">The layer you are importing must be compatible with <strong>{{project.release.description}}</strong>, which is the release you are using in this project.</span> 31 <span class="help-block">The layer you are importing must be compatible with <strong>{{project.release.description}}</strong>, which is the release you are using in this project.</span>
32 <div class="alert alert-error" id="import-error" style="display:none"> 32 <div class="alert alert-error" id="import-error" style="display:none">
@@ -37,7 +37,7 @@
37 </div> 37 </div>
38 38
39 <div class="control-group" id="layer-name-ctrl"> 39 <div class="control-group" id="layer-name-ctrl">
40 <label class="control-label" for="import-layer-name"> 40 <label class="control-label air" for="import-layer-name">
41 Layer name 41 Layer name
42 <span class="icon-question-sign get-help" title="Something like 'meta-mylayer'. Your layer name must be unique and can only include letters, numbers and dashes"></span> 42 <span class="icon-question-sign get-help" title="Something like 'meta-mylayer'. Your layer name must be unique and can only include letters, numbers and dashes"></span>
43 </label> 43 </label>