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>
This commit is contained in:
Belen Barros Pena
2015-08-04 16:07:10 +01:00
committed by Richard Purdie
parent 0378aadd58
commit 1a0fa6cbfb

View File

@@ -26,7 +26,7 @@
</script>
<form class="span11">
<fieldset class="air">
<fieldset>
<legend>Layer repository information</legend>
<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>
<div class="alert alert-error" id="import-error" style="display:none">
@@ -37,7 +37,7 @@
</div>
<div class="control-group" id="layer-name-ctrl">
<label class="control-label" for="import-layer-name">
<label class="control-label air" for="import-layer-name">
Layer name
<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>
</label>